Skip to content

cobras/lightVirtualTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightVirtualTable

Use sqllite virtual table instead of native table.

The goal of this project is to implement a virtual table to store data with structure that had lower size than sqllite rows. When using virtual table, all index, and search had to be implemented. Because my index for the virtual table I use is a date field, I decided to create a bitmap that will be filled each time I add a row.

About

Use sqllite virtual table instead of native table to

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published