Experts!
I made a Calgary database from a .yxdb file, about 35M records. I made only one index on a varchar value (member_id).
Now when I go to query this database with a list of 2K member_ids, it takes forever. If I query 50 member ids or less the response time is acceptable but anything beyond that basically doesn't work.
When I say "query" I mean via using a Calgary join with an input file.
What am I missing here?
Thanks!