Slow query
Hey, this very simple query is running surprisingly slowly (150-300 ms):
```
export const getAllCategories = query({
handler: async (ctx) => {...
Tanstack Router + Convex
i would love to fetch most of my data at the route level rather than in components
.NET Convex Client
Thinking about making a simple convex client for .net. (maybe wrap the rust lib) I'm not saying I am definitely going to make this but would anyone use it if I did?
Using TypeScript to Write Complex Query ...
in case it's easier, you could consider compiling the react query builder into a js function and using this helper to run the filter https://stack.convex.dev/complex-filters-in-convex
v's magnificent feat
i had one 500gb ssd with 2 operating systems on it. then i had a 1tb drive split between them 2. then i had a new 2tb ssd split between them. partition hell. i decided to man up and decided to fix everything so i had to use 40 tools to fix everything. random but i decided id share because i need to tell someone about this feat
TanStack Table with Convex pagination
oh it would be a life saver. i've spent past 8 hours using tankstack table with react query and also with useEffect, i keep running into to weird errors.
I just learned in the documentation that
I just learned in the documentation that Auth is not charged by Convex at all, you'll pay the provider directly if you go above the limits right?
Node-Based UIs in React – React Flow
is anyone familiar with ReactFlow (https://reactflow.dev/) ?
I have a doubt on how to structure the Convex DB schema to save the flows. More precisely, I don't know if it is better/more performant to store everything (nodes and edges) in a single document under an hypothetical
flows
table or store each node as a single document under another table.
I feel like with the first option, the data associated with each node could result in a giant document...`Many documents read in a single
Many documents read in a single function execution (actual: 14837, limit: 16384). Consider using smaller limits in your queries, paginating your queries, or using indexed queries with a selective index range expressions.
i dont want to hire, but if some devs
i dont want to hire, but if some devs need help, im ready to collaborate with them
Tracking Convex resource consumption
We've been discussing tracking each users convex resource consumption within our app to per user action level of detail. I'm curious if anyone else has tackled this? I'm guessing the only way to do this right now is to log stream?
Multiple DBs and region selection
Hello! I have 2 quick questions. Are there any plans to support multiple databases under the same project? Is it possible to select the region where the project is hosted & data stored (ex: Europe)?
is there a built-in mechanism for
is there a built-in mechanism for loading and error indicators like isLoading and isError in convex? if not, how can i implement them effectively?
if i want to load data from a convex
if i want to load data from a convex query in nextjs middleware i just need to use fetchQuery() instead?
Dates in database
question, how do I tell the database that I'm setting a value as a Date instead of a number?
Calling HTTP Actions with Convex Auth
How can we set the header for http requests made from the client when using Convex Auth? I did not see a function similar to getToken in clerk.
https://docs.convex.dev/functions/http-actions#authentication...
I have an array of category IDs. How can
I have an array of category IDs. How can I retrieve all corresponding categories from the categories table?
Field name length impact on bandwidth
We use a ton of really long and specific Field Names, I'm assuming this doesn't eat bandwidth anywhere within convex and across the web sockets as it all gets optimized by compliers and such right?