#community-help

Performance Impact of Large Filter Parameters

TLDR Andrew asked about the impact of large filter parameters on cluster performance, conversing with Kishore Nallan for insights, though specific examples were requested for further clarification.

Powered by Struct AI
Dec 31, 2022 (9 months ago)
Andrew
Photo of md5-7766f890de99fa72a6d81315691a6758
Andrew
05:12 AM
I think i already asked something similar before, but just clarifying:

Im thinking of implementing a feature that would have a massive filter parameter. Like, possibly many thousands of characters long. As i understand it, this should not impact the performance of my cluster compared to say, a simpler query with under one hundred characters worth of a parameter?
Jan 01, 2023 (9 months ago)
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
01:08 AM
A single filter value that's really long should not matter.
Jan 02, 2023 (9 months ago)
Andrew
Photo of md5-7766f890de99fa72a6d81315691a6758
Andrew
02:38 AM
What about many filter values?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
02:44 AM
Just to be sure here, can you give me example filter_by strings for both types you are trying to compare?