rabbitmq-server/deps/rabbit/priv/schema
Arnaud Cogoluègnes 6238dac1c3
Adapt stream code to Osiris read ahead
Osiris can read ahead data in case of small chunks. This saves system
calls and increases consumption rate dramatically for some streams.
This is transparent for the stream protocol, but requires a small tweak
for the stream queue type implementation (passing in the previous
iterator when creating a new one).

The read ahead is on by default but can be deactivated with to the new
stream.read_ahead configuration entry (true / false).

Co-authored-by: Karl Nilsson <kjnilsson@gmail.com>

References rabbitmq/osiris#192
2025-09-24 15:05:16 -04:00
..
.gitignore Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
rabbit.schema Adapt stream code to Osiris read ahead 2025-09-24 15:05:16 -04:00