docs(releases): the 11.0.4 note — millisecond closes, storm-free rebuilds
This commit is contained in:
parent
f097cbf6f2
commit
7ab670b525
1 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,18 @@
|
||||||
{
|
{
|
||||||
"product": "brainy",
|
"product": "brainy",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"version": "11.0.4",
|
||||||
|
"date": "2026-09-01",
|
||||||
|
"headline": "Closes in milliseconds, index rebuilds without the disk-sync storm",
|
||||||
|
"items": [
|
||||||
|
"close() no longer pays deferred compaction or waits out an in-flight rebuild — measured 8 ms against the 4-minute closes it replaces; deferred work resumes at the next open, in the background.",
|
||||||
|
"The metadata index's rebuild syncs to disk per shard instead of per row, and the durability point moved to the publish step — the same guarantee, a fraction of the disk traffic.",
|
||||||
|
"A new native filter door evaluates queries over exactly the candidate rows a graph walk found, never the whole store."
|
||||||
|
],
|
||||||
|
"url": null,
|
||||||
|
"thumb": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "11.0.3",
|
"version": "11.0.3",
|
||||||
"date": "2026-09-01",
|
"date": "2026-09-01",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue