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

riccomini

no profile record

投稿

Distributed Compaction in SlateDb

ryandielhenn.github.io
2 ポイント·投稿者 riccomini·30 日前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 riccomini·3 か月前·0 コメント

Something Is Happening

rng.md
3 ポイント·投稿者 riccomini·3 か月前·0 コメント

MCP Server Could Have Been a JSON File

materializedview.io
4 ポイント·投稿者 riccomini·10 か月前·1 コメント

Show HN: ZeroFS: The S3FS that does not suck

github.com
10 ポイント·投稿者 riccomini·昨年·0 コメント

Kafka: The End of the Beginning

materializedview.io
2 ポイント·投稿者 riccomini·昨年·0 コメント

Everything You Need to Know About Incremental View Maintenance

materializedview.io
9 ポイント·投稿者 riccomini·昨年·6 コメント

The Bond Market at the 5% Threshold

dataandpolitics.net
19 ポイント·投稿者 riccomini·昨年·1 コメント

[untitled]

1 ポイント·投稿者 riccomini·昨年·0 コメント

AI IDEs Need Moats

materializedview.io
2 ポイント·投稿者 riccomini·昨年·0 コメント

Comparing Apache, CNCF, and Commonhaus

cnr.sh
2 ポイント·投稿者 riccomini·昨年·0 コメント

Show HN: A static site generator toolkit written in Python

github.com
2 ポイント·投稿者 riccomini·昨年·0 コメント

S3 Is the New SFTP

materializedview.io
1 ポイント·投稿者 riccomini·2 年前·0 コメント

Slatedb/Clean_slate.md

github.com
1 ポイント·投稿者 riccomini·2 年前·0 コメント

コメント

riccomini
·昨年·議論
DD supports lattices that allow it to compute at multiple points in time simultaneously. As I understand it, DBSP limits time to one diff at a time. Lalith can correct me if I’m off base on this. :)
riccomini
·2 年前·議論
Great question! We started out with the design you described--WAL as L0. But we found that there's a bit of a tension between wanting to have L0 SSTs be larger (and having fewer of them) to reduce metadata size, while we wanted to keep WAL SSTs small and frequent (to reduce async/await latency).

Basically, we wanted to have WAL writes go on the order of milliseconds, but we wanted L0 SSTs to be larger since they actually service reads.

The architecture page has more detail if you haven't found it yet:

https://slatedb.io/docs/architecture