Aps
Aps
CCConvex Community
Created by Aps on 4/3/2025 in #support-community
One large table vs many small tables
Hi all! I was wondering if anyone did any performance benchmarks between having many (100s) of small tables vs having a single large (millions of rows) table. If there are any articles on this I'd love to read, or if anyone has any insights or recommendations on the topic. Thanks in advance!
7 replies
CCConvex Community
Created by Aps on 5/19/2024 in #support-community
How to test development httpActions
I created an httpAction following the documentation. The http object is the default export in the convex/http.ts file. I want to test this action while it's in my development environment. When I try to call https://<your deployment name>.convex.site/myAction I get 404. I assume this is because this domain is for production. How can I test the development env?
3 replies
CCConvex Community
Created by Aps on 11/5/2023 in #support-community
Logs seem to have bugged?
No description
3 replies
CCConvex Community
Created by Aps on 11/5/2023 in #support-community
Is there a limit on records in a DB table?
I'm seeing the following log when trying to insert new records in by database: failure Too many unique documents (maximum 1000000)
7 replies
CCConvex Community
Created by Aps on 10/22/2023 in #support-community
Date is not a supported Convex type
I have an action which returns an object with some "Date" type properties. When returning the object I get: Uncaught Error: Date "2023-09-09T00:00:00.000Z" is not a supported Convex type Is there a special way we should be dealing with Dates in Convex?
9 replies