Alex Chi Z.

Results 602 comments of Alex Chi Z.

And test cases should be as short as possible. I believe current RisingWave’s batch test is a bad example. Include should be used to include things in common, instead of...

... made some changes on the storage part. The "Read" and "Flush" parts are now merged together, and further split into 3 separate parts: Block, Column, and Rowset.

... I decided to cut a bit for February's release. The Manifest, Deletion and Compaction parts will only have code, without tutorial docs. Plan to add tutorial for these 3...

> Is the table above up-to-date? Yes. > Does "Code in Product" refer to risinglight? Does "Code for Tutorial" refer to the solution under code? Does the "Documents" refer to...

Feel free to improve / write new sections :)

i have no idea, unfortunately :( pull request welcomed!

Given that the storage part of the system runs in batches (i.e., we always fetch as many as 1024 rows if possible), I don't think using a dynamic trait would...

Discussion from the 1-1 meeting: scraping sql_exporter from the autoscaling-agent is the right way to go. I'll add a separate sql_exporter solely for autoscaling metrics. For now, we can just...

ref issue on the compute side https://github.com/neondatabase/neon/issues/6919