Hello all,
We are about to start representing in GemStone some content
coming from Spreadsheets, some will be big (200K rows) but most will be small
(~10 rows). They will all have about 30 columns. And probably few hundreds of
these spreadsheets.
(Actually the biggest ones are probably going to come
directly in some sort of data dump yet to be determined, but that’s another
story. )
Do you have any suggestions for internal representation in
GemStone? We will have to access the data in different ways:
-
A given column for a given row.
-
A subset of the rows matching some criteria (values on
some columns)
Is there any smarter approach than an Array of Arrays?
Thanks,
Thierry Thelliez