Eric Liu
08/16/2023, 3:02 AMsegmentPrunerTypes
config) for an upsert table? The partition key (say pk
) in my upsert table is the hashed value of two concatenated id fields (lets say A
and B
), and the most common pattern of queries against that table is filtering on column A
instead of the pk
.Mayank
Eric Liu
08/16/2023, 2:47 PMEric Liu
08/16/2023, 2:48 PMMayank
Eric Liu
08/18/2023, 5:29 PMMayank
Mayank
Eric Liu
08/18/2023, 5:32 PMEric Liu
08/18/2023, 5:32 PMThere’s a column value pruner that you can use.Is there a doc about that?