Veloxdb Scalable Performance

Guides scalability and performance work for VeloxDB's Tauri + Rust PostgreSQL backend and React + TanStack frontend. Covers pnpm-only tooling, src/ file layout (features, data, components/ui, lib), connection pooling, bounded query results, IPC payload size, TanStack Query defaults, virtualization, memo patterns, minimal useEffect usage, and shadcn-style UI consistency. Use when the user asks about performance, memory, latency, large result sets, slow queries, pooling, caching, N+1 patterns, scaling the UI, effects/hooks, repo structure, package manager, or component styling aligned with the design system.

veloxbase 7769018 6.6 KB Updated

File contents

veloxbase/veloxdb/tree/main/.cursor/skills/veloxdb-scalable-performance commit 77690182bd

Frequently asked questions

npx skillmds@latest add veloxbase/veloxdb-scalable-performance