HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Sasasu

no profile record

Submissions

Simple benchmark the fundamental data structure performance inside PostgreSQL

github.com
1 points·by Sasasu·il y a 2 ans·1 comments

Pgts: Apply timeseries encoding on existing data in PostgreSQL

github.com
5 points·by Sasasu·il y a 4 ans·1 comments

comments

Sasasu
·il y a 2 ans·discuss
In fact, almost all data structures in PostgreSQL are slower than in the libc or libc++.
Sasasu
·il y a 4 ans·discuss
timeseries database is not a new thing, but encode existing data using a normal database is.
Sasasu
·il y a 4 ans·discuss
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
·il y a 5 ans·discuss
> originating from the Photon distribution

and all doc is written by Azure VMware.

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