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 2:12

Hi Rod,
> I just don't want to start with rows and columns and having to think > about my REBOL data within the confines of a RDBMS. I am a database > developer by day and a reboler by night but I know REBOL is capable > of a very different kind of database.
The advantage of row/col is for export functions. It can be easy converted in a CVS db for more complex works or to change direction if you see that db becomes too big. But i'm open to every solutions. In my custom db i use nested blocks which are not easy converted in a row/column struct.
> Small and flexible are more important to me than fast.
I think it could be modular: basic functions in the main script, additional functions, also the same but more complex, in a second one compatible. About velocity, i had problems until i started using hash! for indexes.
> I don't mind some complexity as long as the design is built to manage > most of it internally.
I think about dimensions. But it is a fixation of mine. --- Ciao Romano