comp.lang.ada
 help / color / mirror / Atom feed
* most efficient method of storing records held in array
@ 2015-03-23 11:56 tonyg
  2015-03-23 15:34 ` Jeffrey Carter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tonyg @ 2015-03-23 11:56 UTC (permalink / raw)




I have several fairly long arrays of records that I want to store to disk on a as needed basis, but I don't want to use a database.

Especially after reading that comparison between database speed and persistant objects that was recently floated.

I did look at the persistent objects library  in the Dmitrys Kazakov components library but I'm finding it difficult to understand what is going on there despite the large amount of documentation.

Are there any other examples out there using this library? I was thinking of a generic library using direct io to save on the index whenever the values are changed.

What do you guys think?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-26 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23 11:56 most efficient method of storing records held in array tonyg
2015-03-23 15:34 ` Jeffrey Carter
2015-03-23 17:35 ` Dmitry A. Kazakov
2015-03-26 11:05 ` tonyg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox