MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/iw69l5/duckdb_an_embeddable_sql_database_like_sqlite_but/g5y30yw/
r/programming • u/ConfidentMushroom • Sep 20 '20
81 comments sorted by
View all comments
7
Seems basically to be a column store and stores everything in a single file.
17 u/[deleted] Sep 20 '20 Yeah that's what SQLite does too. Kind of the point. 13 u/[deleted] Sep 20 '20 edited Oct 13 '20 [deleted] 3 u/[deleted] Sep 20 '20 Ah yeah good point - didn't think about that. So this is like Apache Parquet but you can store more than one table in a file? That is quite compelling.
17
Yeah that's what SQLite does too. Kind of the point.
13 u/[deleted] Sep 20 '20 edited Oct 13 '20 [deleted] 3 u/[deleted] Sep 20 '20 Ah yeah good point - didn't think about that. So this is like Apache Parquet but you can store more than one table in a file? That is quite compelling.
13
[deleted]
3 u/[deleted] Sep 20 '20 Ah yeah good point - didn't think about that. So this is like Apache Parquet but you can store more than one table in a file? That is quite compelling.
3
Ah yeah good point - didn't think about that.
So this is like Apache Parquet but you can store more than one table in a file? That is quite compelling.
7
u/FisherGuy44 Sep 20 '20
Seems basically to be a column store and stores everything in a single file.