[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Query kernel



hi falko,
  We have sort of started of.
First we need a good comprehensive example 
unlike the garage in the tutorial.
  and then i have a doubt.
is the  whole database maintained 
as hashtables, 
  suppose u have a database of 3 objects
car city manufacturer then should one have
a separate hashtable for all the three.
and then to get one element we have to iterate 
over the whole thing while querying 
  do u think is there any better way.

  right now we r going to parse some simple 
OQL statement. we know yacc but need one for java
i saw CUP but it is not fully compliant with yacc
how about javacc

if u know anything better let me know

dont forget to send me  an example

bye
das