I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
|
I need an embedded/In Memory Database which support multithread access. Thanks! Leo
| ||||
|
feedback
|
|
You can use SQlite3 with the DISQLite3 library. For proof that they are thread-safe check the links provided by Mohammed Nasman | |||||||||||||||||
feedback
|
|
Firebird Embedded (version 1.5 and later) | |||
|
feedback
|
|
NexusDB can be both embedded and use memory tables. For a multithreaded application you just give each thread it's own Session and Database components. There is a free embedded version with no souce code or you can purchase the full client server version with source code. | ||||
feedback
|
|
Components4Developers has one that's been around a long time kbmMemTable | |||
|
feedback
|
|
AidAim has one SQLMemTable | |||
|
feedback
|
|
ComponentAce offers AbsoluteDatabase with in memory option AbsoluteDatabase | |||
|
feedback
|
|
SolidDB from IBM if dont mind if its closed source/commercial: | |||
|
feedback
|
|
eXtremeDB, from my company (McObject), is increasingly popular.The standard edition is an embedded in-memory database. | |||
|
feedback
|
|
CSQL in memory database management system | |||
|
feedback
|
|
Maybe this helps TimesTen and solidDB comparison | |||
|
feedback
|
|
VelocityDB behaves like an in memory database when memory is available and can be embedded by deploying with a single DLL. It is also performes better and requires no SQL coding or mapping layer. | |||
|
feedback
|
|
To complete the picture, Elevate Software have DBISAM and ElevateDB which are both reliable and have worked for me very well in heavily multi-threaded applications. | |||
|
feedback
|