(no title)
majkinetor | 1 month ago
Doing that in postgres takes some time, and even simple count(*) takes a lot of time (with all columns indexed)
majkinetor | 1 month ago
Doing that in postgres takes some time, and even simple count(*) takes a lot of time (with all columns indexed)
morganherlocker|1 month ago
cess11|1 month ago
From what you describe I'd expect a list of column-value pairs under a WHERE to resolve pretty fast if it uses indices and don't fish out large amounts of data at once.