Skip to content

sharas859/dbtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbtest

Takes large sensor measurement csv files and writes them to a sqlite database as blobs. Columns are grouped in chunks to prevent hitting the column limit. A seperate table keeps track of which indices are in which chunks. Since this already prevents per column access in the database, chunks can also be gzipped to reduce the required storage space by a factor of ~5x.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages