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

[REBOL] Re: [DEV] Re: dbms3.r 01

From: rotenca:telvia:it at: 14-Jan-2002 0:31

Hi Gabriele, Now i've started to read the dbms code. The first notes: 1) I like to have a function to update the db. Until the funtions call all the changes should resides in memory or in a temp file. 2) I do not like to use a dir for a db. Neither to use a dir name for a db name. My preference is for basename. 3) I should like a db-select dbname none 4) I do not like 1 record 1 file: on Windows cluster are of 32-64kb (what a beatiful thing!) but i know changing this is your actual first target. 5) Do you keep in memory Columns and indexes? --- Ciao Romano