Hi

I have a database with three tables (bigrams, trigrams and
tetragrams). Basically, they are:
  TABLE( A, B, Count)  IDX(A,B)  IDX(B)
  TABLE( A, B, C, Count)  IDX(A,B,C)  IDX(B)  IDX(C)
  TABLE( A, B, C, D, Count) IDX (A,B,C,D) IDX(B) IDX(C) IDX(D)

Now, this database is quickly getting around the 2GB of disk space.
My question, about efficiency, is, it better to have:
- one big database, one connection from C code to the database
- three smaller databases, three connection from C code to the database

Thank you
Alberto

--
Alberto Simões

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to