velocypack icon indicating copy to clipboard operation
velocypack copied to clipboard

VPack as block storage for SQlite

Open dumblob opened this issue 4 years ago • 2 comments
trafficstars

Just curious - has anyone tried on some project using VelocyPack as the backend storage for SQlite? Any benchmarks or experience or lessons learned?

dumblob avatar Jun 01 '21 21:06 dumblob

Interesting Idea. No, we haven't heard of somebody doing this. One implementation problem could be, that you need a C interface if I grasp this correctly? Sqlite is pure C if I get this right? VPack otoh is implemented in C++.

dothebart avatar Jun 02 '21 04:06 dothebart

One implementation problem could be, that you need a C interface if I grasp this correctly? Sqlite is pure C if I get this right? VPack otoh is implemented in C++.

Yes, SQlite is pure C and VPack is C++. But I somehow assumed the C++ implementation offers also a C interface. If it's not the case, then I'm pretty sure nobody used VPack as SQlite backend because that'd be much more work than "just plumbing".

dumblob avatar Jun 02 '21 08:06 dumblob