Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

think of a flat database table as a projection (of all previous SQL queries), should you give access to it to agents?

probably not, maybe only for analytical (OLAP) purposes in read-only mode.

for transactional OLTP loads, it is better to use Kafka style durable queues, have agents create a change record to mutate the state, but not the projection itself, which could be recomputed at arbitrary point in time via time-travel mechanism, could be branched out into different versions, etc



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: