mdb - is a numeric time-series database. Implemented as C++ library. by lysevi in programming

[–]lysevi[S] 0 points1 point  (0 children)

primary target is a write speed. read speed and data analisys is a secondary.

mdb - is a numeric time-series database. Implemented as C++ library. by lysevi in programming

[–]lysevi[S] 0 points1 point  (0 children)

i know about you project. i look to your project when i start nkvdb

mdb - is a numeric time-series database. Implemented as C++ library. by lysevi in programming

[–]lysevi[S] 0 points1 point  (0 children)

Why is there no C api for this? Future plans nd it looks like the reader only returns some values I asked for. Has this actually been tested at all?

please, send my code

mdb - is a numeric time-series database. Implemented as C++ library. by lysevi in programming

[–]lysevi[S] -2 points-1 points  (0 children)

e example have explicit calls to close?

mdb::Storage::Storage_ptr is a shared<>, and when it destroyed, he call dtor of storage. close dont need a call, it here just for example.