Capacity/Capabilities corvid/wix

Hi folks, I hope all is well. Not sure if this is a question or discussion, but I will post here.

Been working on my site but am now wondering if corvid/wix if the best solution.

I will be selling sportscards to set collectors. This means I will very soon have tens of thousands of distinct sportscards arranged in collections in the store. What are the limits to the number of distinct products? Some products will have multiples available in various options - do these count against the total number of products? I currently query the product database using corvid and display results matching the query using a repeater. Will this work with 20000, 50000, 100000 distinct products?

If there are limits can a request be made to increase this limit? I expect the store to have relatively small traffic. Only a few hits per day probably.

bump!

The database limits are:
500KB per record. There are no limits to number of fields.
No limit to the number of records.
10GB per site.

When displaying the results, you will do better by paging. Extremely large queries can take a long time, and trying to display large query result is also inefficient.

Many thanks for the reply - in your reply should I equate records with products? Is there a product limit?