Alexander Rumyantsev schrieb am 27.10.2023 um 06:27:
> Hello!
>
> Is there some correct way to use complex expressions as a key for partitioned
> table?
> Inserting works as expected, but select runs over all partitions until use
> complete partition key expression as predicate
>
> test=# crea
On Fri, 2023-10-27 at 07:27 +0300, Alexander Rumyantsev wrote:
> Is there some correct way to use complex expressions as a key for partitioned
> table?
> Inserting works as expected, but select runs over all partitions until use
> complete
> partition key expression as predicate
>
> test=# creat
Hello!
Is there some correct way to use complex expressions as a key for partitioned
table?
Inserting works as expected, but select runs over all partitions until use
complete partition key expression as predicate
test=# create table test (
id text,
v1 bigint,
v2 bigint