|
|
|
|
|
by blibble
939 days ago
|
|
that chart of the "inefficiency of client protocols" tripped my bullshit alarm the paper is here: https://15721.courses.cs.cmu.edu/spring2023/papers/15-networ... it's a super-contrived example that's not using any of the functionality of the database and is just using it as "cat" basically just doing cat over localhost, well, what a surprise, if you add a layer of serialisation of course it's slower that just doing memcpy() if you're using your database to store files... maybe don't do that |
|
There are other things wrong with the talk, it takes way too long to get to the point for one thing. DuckDB is cool and all but most of data management is getting the data in the right format/place and doing security or stuff like that, not running some query.