![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What i need is, a DB that: 1. Can be accessed from several applications at the same time 2. Fast and easy storage 3. Fast lookup for reading values Its applications that runs realtime, and in effect what i want to do is to save all the logentries into the database, then from another platform/application located outside, i will do all the analasis (here i might port the DB im after into somekind of SQL database for optimal use). But i dont need all the fancy SQL stuff for my need, it could be nice with some basic features, but the most important thing is speed and concurrent connections (without any waiting). |
#3
| |||||
| |||||
|
|
Ive used SQLite before, but this is both abit overkill on some issues, and on other issues it really doesnt meet the requirements, |
|
What i need is, a DB that: 1. Can be accessed from several applications at the same time |
|
2. Fast and easy storage |
|
3. Fast lookup for reading values |
|
What would you suggest ? is there something available for free or would you recommend that you make it yourself (maybe memorymapped files or similar) - and if you do, do you have any direction you can guide me in ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |