Has anyone had issues running
histogram statistics? i have a few tables with organization_uuid as the first part of the pkey (splitting data per org). the tables are very uneven - some orgs have a hundred or so records, while others may have tens of millions, so id like to see if some histogram stats improves perf. on the smaller tables, i can create a histogram just fine, but running it on the larger tables consistently gives
Getting syntax error from line 1, column 317 to line 1, column 337. Detail message: invalid percent which should in (0, 100)
regardless of if i pass in the
histogram_sample_ratio
property or not. for ref, running starrocks version 4.0.8-2090bfc. any ideas? has anyone else seen this same behavior?