Hacker News new | ask | show | jobs
by koenigdavidmj 5161 days ago
A lot of databases can also provide partial indices, which are only maintained and searched when a WHERE clause matches (example: in this case, WHERE status != 'filtered' would be a good choice).