whatisagi
whatisagi
CCConvex Community
Created by Eternal Mori on 4/12/2025 in #general
Convex processing large datasets and use cases
wow a “Real World Convex” would be fantastic !
32 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
I understand. I’ll check out the docs btw. Thanks again!
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
To be honest I think using pure convex query right now is fine lol, just a few more convenient methods
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
Thanks, I’ll keep this in mind. Again having something like select() like you just said built in would be so nice!
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
Having to run map explicitly and stuff is a bit weird
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
Uhm let me check. But I seriously think convex query should be extended to return selected fields.
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
If I run sql and select fields, I just scan the table once, look up the fields in each row as I run.
20 replies
CCConvex Community
Created by whatisagi on 4/10/2025 in #general
Thanks, but is it inefficient to query
No worries. I’m a bit confused though. If you run a query to get all users, it means you scan over the users table once. Then after you have users, you run a Typescript map to get the fields you want. That’s effectively two times running over the entire users table?
20 replies
CCConvex Community
Created by whatisagi on 4/5/2025 in #general
lol I have been trying to get this to
Sorry @erquhart I haven’t had time to touch polar payment again, working on other parts of the app. I’ll let you know as soon as I touch polar again.
9 replies
CCConvex Community
Created by whatisagi on 4/7/2025 in #general
generated api
Am I missing something here?
4 replies
CCConvex Community
Created by whatisagi on 4/7/2025 in #general
generated api
(If I’m not missing anything)
4 replies
CCConvex Community
Created by whatisagi on 4/7/2025 in #general
generated api
Because I think in order to use the api you’re required to point the second repo to convex link in the first repo. So when you deploy the second repo, the functions there override those in the first repo.
4 replies