On Sun, Dec 10, 2023 at 5:56 PM Ron Johnson <ronljohnso...@gmail.com> wrote:
> * We departitioned because SELECT statements were *slow*. All partitions > were scanned, even when the partition key was specified in the WHERE clause. > Surely that's no the case on newer PostgreSQL, is it? Otherwise what's the point of partitioning? Also, I remember reading something about recent improvements with a large number of partitions, no? As someone who's interested on partitioning, I'd appreciate details. Thanks, --DD