QUERY PLAN
Result (cost=70.79..70.80 rows=1 width=1)
InitPlan 1 (returns $0)
-> Bitmap Heap Scan on tbl_projects (cost=4.48..70.79 rows=1 width=0)
Recheck Cond: (client_id = 15)
Filter: ((id <> 3256) AND ((project_title)::text = '虚拟化测试集群'::text))
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..4.48 rows=26 width=0)
Index Cond: (client_id = 15)