zoomie
zoomie
CCConvex Community
Created by zoomie on 5/7/2024 in #support-community
Select specific db columns on server (bytes execution limit)
Oh of course; as we're using a map, I assumed you meant paginate as the user moves around. But you're 100% right, I could accumulate the results with multiple calls on page load.
8 replies
CCConvex Community
Created by zoomie on 5/7/2024 in #support-community
Select specific db columns on server (bytes execution limit)
Unfortunately pagination won't work, I need all the rows, but only two columns.
8 replies
CCConvex Community
Created by zoomie on 5/7/2024 in #support-community
Select specific db columns on server (bytes execution limit)
Yes, I could do that. I would prefer to not specify too much of the data's structure (i.e. normalise), as we haven't solidified on a schema/solution. With the validation off, I could pull apart the locations from the rest of the data (not sure if that counts as normalisation as it's 1 to 1) as that seems like the only way.
8 replies
CCConvex Community
Created by zoomie on 5/6/2024 in #support-community
Partial schema
Yes it's definatly that, good to know why, I appreciate the help 🙂
13 replies
CCConvex Community
Created by zoomie on 5/6/2024 in #support-community
Partial schema
No description
13 replies
CCConvex Community
Created by zoomie on 5/6/2024 in #support-community
Partial schema
For some reason the "Generated" tab only ever showed v.any()?
13 replies
CCConvex Community
Created by zoomie on 5/6/2024 in #support-community
Partial schema
Thanks, I've gone with turning of the validation for now. I like the metadata idea, but I'm using npx convex import to get my csv data in, and would need to wrangle the schema in my data pipeline.
13 replies
CCConvex Community
Created by zoomie on 4/18/2024 in #support-community
csv loader (without convex mutation)
Amazing! Worked like a charm
3 replies