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

Sasasu

no profile record

投稿

Simple benchmark the fundamental data structure performance inside PostgreSQL

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

Pgts: Apply timeseries encoding on existing data in PostgreSQL

github.com
5 ポイント·投稿者 Sasasu·4 年前·1 コメント

コメント

Sasasu
·2 年前·議論
In fact, almost all data structures in PostgreSQL are slower than in the libc or libc++.
Sasasu
·4 年前·議論
timeseries database is not a new thing, but encode existing data using a normal database is.
Sasasu
·4 年前·議論
PG has a special memory manage rule, named MemoryContext. All memory allocated in a context will disappear when it leaves that context. this means that you can safely not free memory, or your memory will be freed in unexpected places. this is a big conflict with the way rust manages memory. write extension in rust won't improve it much.

And in PG, there is a special method to create a process, creating threads is not possible because the logging system makes heavy use of setjmp().
Sasasu
·5 年前·議論
> originating from the Photon distribution

and all doc is written by Azure VMware.

What's the relationship between MS or CBL-Mariner and VMware?