top | item 34755878

(no title)

ekkeke | 3 years ago

Would be a whole lot better if it didn't prune their query logs to x (I think 1000?) characters.

We autogenerate many of our own queries which can have significant complexity (regularly over 10 joins, sometimes up to 30!) and our infrastructure isn't quite there yet to be able to recreate the exact query plan a customer saw on their own data without a lot of work. It could all be so much simpler, so if there is a setting to prevent this please tell me!

discuss

order

kaveet|3 years ago

You might be looking for the track_activity_query_size parameter:

  SHOW track_activity_query_size;