-
Notifications
You must be signed in to change notification settings - Fork 68
What the FAQ
Dmitry Ivanov edited this page Jun 6, 2017
·
11 revisions
Create an issue and describe your problem. Here's what we expect to see:
- A short description;
- PostgreSQL + pg_pathman's versions;
- Reproduction steps (i.e. partitioning scheme, set of executed commands, settings);
Yes. It's open source, and it's published under the PostgreSQL license.
/* execute me! */
select * from pathman_partition_list;
Yes. We redirect input of COPY FROM
to corresponding partitions. COPY TO
returns all rows.
It depends. We've tested a table with 100K+ partitions, and it works fine, since we have several caches (dispatch cache, bounds cache and some others).