Hacker News new | ask | show | jobs
by didgetmaster 1322 days ago
I post a new video about once a month that demonstrates a particular feature of my new data management system. I think short (5 to 10 minutes) videos are the best and focus on how to do one thing well. My latest one (https://www.youtube.com/watch?v=Va5ZqfwQXWI) compares a few simple SQL queries on a moderately large DB table (22 columns, 7.6M rows) on SQLite (with and without indexes) and the same queries run on my system which doesn't need separate indexes (spoiler alert: my system is much faster).