|
|
|
|
|
by ttunguz
1308 days ago
|
|
Author here: I agree with you on benchmarks. It's hard to compare different databases well. MotherDuck is an analytics database optimized for reading with columnar compression. Postgres is more of a transactional/general purpose database. Tuning it well for analytics would surely improve performance. Most people won't tune a db with custom indices though because it can be hard, so purpose built solutions like this offer value in those cases. The article isn't purely about performance but also ease of use. MD is an in process database so starting with it is very easy. Glad we agree on the power within a laptop! It's underappreciated. |
|