Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPack as block storage for SQlite #99

Open
dumblob opened this issue Jun 1, 2021 · 2 comments
Open

VPack as block storage for SQlite #99

dumblob opened this issue Jun 1, 2021 · 2 comments

Comments

@dumblob
Copy link

dumblob commented Jun 1, 2021

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

@dothebart
Copy link
Contributor

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++.

@dumblob
Copy link
Author

dumblob commented Jun 2, 2021

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants