|
|
|
|
|
by Tommek
3357 days ago
|
|
Ok, autosizing is missing in pg_partman. Retention works the same (just dropping childs).
I've read the paper and there it gets more clear for me. So you distribute the childtables to several nodes of a server cluster. Is network latency a problem? I guess one should colocate the servers in one location rather than spread it out? How good does it work when nodes die? Do you use query parallelization (available since 9.6 in vanilla) on a single node and across different nodes? |
|
Query parallelization works in single and multi-node cases.