in reply to Re^2: fast+generic interface for range-based indexed retrieval
in thread fast+generic interface for range-based indexed retrieval
The question I was answering had to do with a more generic non-DBMS way to handle the data, which is something jae_63 asked about. The most generic way that does not involve a DBMS is to make fixed-length entries and index into them. That this reinvents a very basic database I think is obvious.
That a packaged database server is preferred when someone asks specifically how not to use one is open to debate I suppose. I'll not be part of that debate, as I offered an option and you are free to offer yours.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: fast+generic interface for range-based indexed retrieval
by James Board (Beadle) on Dec 12, 2008 at 01:42 UTC |