Frank
CCConvex Community
•Created by Frank on 11/27/2024 in #support-community
[storage] Is it possible to reference file url instead of storage id in a table?
Ohh I see:
- the "url with expiration" use case make sense
- I didn't measure and thought
ctx.storage.getUrl()
was like a normal network call (~100ms), but if it's actually super fast within Convex backend like (~1ms), then there's no need to save that call at all. I'll keep it then.
Thanks for the explanation!6 replies