Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SELECT COUNT(*) as count FROM "public"."views";
当我打开具有许多分区的分区表并且处理时间过长时,TablePlus 客户端每次都会执行此查询。
如何禁用在此表上执行此查询?