Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Local database engine

From: sanyi:attglobal at: 17-Oct-2001 12:24

John The implementation of a local database engine in Rebol would decrease the traffic over the connection significantly. The data could be pulled in a chunk and manipulated further locally. Since we do not expect data sets larger than 10MB even a rudimentary local engine with SQL capabilities can do the job. (Larger data sets should be manipulated on the backend) Not going back to the backend (or original data source) every time when you start a new query can save lot of time when you have limited bandwidth. Thank you for your contribution Sanyi