simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

Add support for SQLite3 to BE2 and benchmark feature files vs. sqlite3 #146

Closed simsong closed 1 year ago

simsong commented 4 years ago

Previously, I determined that writing to SQLite3 was significantly faster than writing to feature files. Is it so much faster that we could just generate the feature files retroactively, from scanning the SQLite3 database?

simsong commented 1 year ago

We have removed support for sqlite3 because people didn't use it. Kind of sad.