|
|
|
|
|
by KurSix
65 days ago
|
|
This is a fundamentally different beast. BI tools run a predictable set of joins, but an LLM agent is a monkey with a grenade - it can easily hallucinate a 7-way CROSS JOIN or a recursive CTE without a base case. Your read replica will hit OOM or get pinned by I/O in seconds. The only sane path is offloading specific data slices to Snowflake, ClickHouse, or a local DuckDB where you can enforce hard per-user memory and timeout quotas, completely isolating AI noise from your transactional cluster |
|