jamwt
jamwt
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
I hope we can get that out in the next 3 months or so
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
yep, we don't have a great solution for that yet. the way we intend to solve that soon is to embed a simple olap engine, like duckdb or something, or clickhouse, so you can point standard tools at it (superset) and do nice high performance analytics stuff
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
which postgres functions? you mean if, for example, convex fields mapped to postgres fields and tables to tables? sorry, I misunderstood your use case. I think I get it now
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
well, thanks for trying convex! sorry it didn't work out, it happens, I get it. I'm glad you all found another solution you're happy with!
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
okay, gotcha
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
Is it really so that convex uses
can you say whyyou're worried about this? one table or many doesn't really make much of a difference when it comes to scaling in a modern RDBMS
13 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
we utliize some pretty careful database locks to prevent this in the cloud product
26 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
if two committers were accidentally running at the same time, it could be bad. like "data corruption" bad, in terms of transactional consistency
26 replies
CCConvex Community
Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
just be very careful to ensure locking if you use HA
26 replies
CCConvex Community
Created by smaccoun on 4/1/2025 in #support-community
LLM Docs
are you using our cursor rules?
7 replies
CCConvex Community
Created by Aps on 4/3/2025 in #support-community
One large table vs many small tables
so definitely just organize your tables whatever way makes your life easier, and don't worry too much about the performance
7 replies
CCConvex Community
Created by Aps on 4/3/2025 in #support-community
One large table vs many small tables
and that's even if hte database chooses to split your tables into seperate files, which many do not
7 replies
CCConvex Community
Created by Aps on 4/3/2025 in #support-community
One large table vs many small tables
even your filesystem is a btree so by splitting things into multiple files, that's just... another btree 🙂
7 replies
CCConvex Community
Created by Aps on 4/3/2025 in #support-community
One large table vs many small tables
hi! it won't make much performance difference. everything is btrees all the day down, so accessing any given row is O(log n)
7 replies
CCConvex Community
Created by puchesjr on 4/2/2025 in #general
Convex pricing model
the pro plan is priced that way to be easier to understand, not because we want to get away with crazy margins on cache hits. for customers with that kind of scale, we pass through more savings
27 replies
CCConvex Community
Created by puchesjr on 4/2/2025 in #general
Convex pricing model
exactly. cache hits are actually very cheap for us
27 replies
CCConvex Community
Created by puchesjr on 4/2/2025 in #general
Convex pricing model
UI from 1000 different devices, they’ll also see an updated version of the UI. Will that be then counted as 1001 function calls
this is correct in the pro plan. however, we have a different plan that charges for execution time inside a query/mutation instead of a blanket "function call", and then cache hits are significantly cheaper--for customers at the scale where this is meaningful. the pro plan is just designed to be simple out of the gate, and it works out for 99% of projects until their traffic gets really serious
27 replies