logoalt Hacker News

lateforworktoday at 4:45 PM1 replyview on HN

There are two broad types of databases: operational and analytical.

Operational databases store transactions and support day-to-day application workflows.

For analysis, data is often copied into separate analytical databases (data warehouses), which are structured for efficient querying and large-scale data processing. These systems are designed to handle complex, random queries and heavy workloads.

LLM agents are the best way to analyze data stored in these databases. This is the future.


Replies

gib444today at 5:03 PM

> LLM agents are the best way to analyze data stored in these databases

Why, and how?

show 1 reply