Y
Hacker News
new
|
ask
|
show
|
jobs
by
nailk
3358 days ago
Is there something like TokuDB or MyRocks for PostgreSQL? These things allow to reduce disk space usage by several times.
1 comments
ptman
3357 days ago
I guess you could get part of the benefit by using e.g. TokuDB via FDW:
https://wiki.postgresql.org/wiki/Foreign_data_wrappers
link