Doc: discourage use of partial indexes for poor-man's-partitioning. Creating a bunch of non-overlapping partial indexes is generally a bad idea, so add an example saying not to do that.
Back-patch to v10. Before that, the alternative of using (real) partitioning wasn't available, so that the tradeoff isn't quite so clear cut. Discussion: https://postgr.es/m/cakvfrvfy-f7kgwmrmiplbpymmgjc8y2jjugk_y0hvcyamu6...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6a8e5605b53561464c53006337596699f41b1de2 Modified Files -------------- doc/src/sgml/indices.sgml | 48 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-)
