QUERY PLAN
Limit (cost=119.95..120.00 rows=20 width=53)
-> Sort (cost=119.95..120.30 rows=138 width=53)
Sort Key: created_at DESC
-> Seq Scan on tbl_clients (cost=0.00..116.28 rows=138 width=53)
Filter: ((NOT deleted) AND (((name)::text ~~* '%网%'::text) OR (pinyin_shortcut ~~* '%网%'::text)))