Readit News logoReadit News
CathalMullan commented on Bridged Indexes in OrioleDB: architecture, internals and everyday use?   orioledb.com/blog/orioled... · Posted by u/pella
dkhenry · 3 months ago
OrioleDB isn't a separation of storage and compute, its a more efficient storage engine for Postgres to replace the existing HEAP engine. This is like how in MySQL we could swap MyISAM for InnoDB and eventually RocksDB.

I did some benchmarks on it previously to show how much of an improvement it gives over the stock HEAP engine

EDIT: correct link to the public dashboard below, thanks for the heads up @kiwicopple

https://airtable.com/app7jp5t0dEHyDpa8/shr00etqywoDW2N6N

CathalMullan · 3 months ago
There's an experimental feature which separates storage and compute.

https://www.orioledb.com/docs/usage/decoupled-storage

CathalMullan commented on Hyperfine: A command-line benchmarking tool   github.com/sharkdp/hyperf... · Posted by u/hundredwatt
usrme · 9 months ago
I've also had a good experience using the 'perf'[^1] tools for when I don't want to install 'hyperfine'. Shameless plug for a small blog post about it as I don't think it is that well known: https://usrme.xyz/tils/perf-is-more-robust-for-repeated-timi....

---

[^1]: https://www.mankier.com/1/perf

CathalMullan · 9 months ago
There's also 'poop', which is a nice middle-ground between 'hyperfine' and 'perf'. https://github.com/andrewrk/poop

u/CathalMullan

KarmaCake day1340November 11, 2020
About
Working on https://github.com/DuskSystems
View Original