HackerTrans
トップ新着トレンドコメント過去質問紹介求人

vvern

no profile record

コメント

vvern
·3 か月前·議論
Now I want to see benchmarks
vvern
·4 か月前·議論
Notably missing both Go and Rust
vvern
·4 か月前·議論
Why does clean room even matter given SQLite is in the public domain?
vvern
·5 か月前·議論
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 か月前·議論
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 か月前·議論
This is nice double entendre because tonic is a pleasant gRPC server library in rust!

https://github.com/hyperium/tonic
vvern
·8 か月前·議論
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 か月前·議論
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 年前·議論
Undefined behavior ;)