Can I use LDB (Little DataBase) about 50 million records?

Just starting out? Need help? Post your questions and find answers here.
Nueng
User
User
Posts: 35
Joined: Fri May 27, 2005 11:16 am

Can I use LDB (Little DataBase) about 50 million records?

Post by Nueng »

may be sometime more than 100 million records..

... I never see performance of this lib

some body can explain me about that performance?

50 - 100 million records how long to search data in it...


thank a lot for your kindly...
\\ (^O^) //

Thank god for send you to Help me..
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

This lib can be called "LinKed List DataBase"

In fact all data is stored in a Linked List, ( Stored in memory )
and written to disk when you quit .
Post Reply