0
SELECT COUNT(*) as count FROM "public"."views";

This query executes every time by TablePlus client when I open a partitioned table with many partitions and processed too long time.

How I can disable the execution of this query on this table?

Jan aka uptech
  • 1,097
  • 9
  • 12
  • you should ask [their support](https://tableplus.io/contact) –  Jul 17 '19 at 06:50
  • You can revoke permissions to SELECT from this table for your client. But this will probably break your TablePlus software. It's better to ask it not to execute this query in first place. – mvp Jul 17 '19 at 06:56
  • The application has to be fixed. [Here](https://www.cybertec-postgresql.com/en/count-made-fast/) are some pointers how. – Laurenz Albe Jul 17 '19 at 07:12

0 Answers0