HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vvern

no profile record

comments

vvern
·3 ay önce·discuss
Now I want to see benchmarks
vvern
·4 ay önce·discuss
Notably missing both Go and Rust
vvern
·4 ay önce·discuss
Why does clean room even matter given SQLite is in the public domain?
vvern
·5 ay önce·discuss
Still, I think it’s the right default to start with serializable. Then when you have performance issues you can think long and hard about whether relaxed isolation levels will work in a big free way. Better to start with a correct application.
vvern
·6 ay önce·discuss
About time for the 6th Edition, eh? What would folks include in it?

- Vector databases and hybrid search?

- Object storage for all the things? Lake houses. Parquet and beyond.

- Continuously materialized views? I'm not sure this one has made the splash but I think about Naiad (Materialize) and Noria (Readyset)

- NewSQL went mostly mainstream (Spanner wasn't included in the last one, but there's been more here with things like CockroachDB, TiDB, etc)
vvern
·7 ay önce·discuss
This is nice double entendre because tonic is a pleasant gRPC server library in rust!

https://github.com/hyperium/tonic
vvern
·8 ay önce·discuss
It should be this way. Clients should have some protocol to communicate the schema they expect to the database probably with some versioning scheme. The database should be able to serve multiple mutually compatible views over the schema (stay robust to column renames for example). The database should manage and prevent the destruction of in use views of that schema. After an old view has been made incompatible, old clients needing that view should be locked out.
vvern
·9 ay önce·discuss
You’re right that it would run on a block chain, but that fact would primarily exist to power some marketing. Everybody would end up interacting with it through a single centralized web site and API because it’s the only usable way to get it to work.
vvern
·5 yıl önce·discuss
Undefined behavior ;)