|
|
|
|
|
by crescentfresh
2795 days ago
|
|
Looking over this cursorily, looks super cool. INSERT INTO events_stream (ts, value) VALUES (now(), '0ef346ac');
> As soon as the continuous view reads new incoming events and the distinct count is updated the reflect new information, the raw events will be discarded.So you create a table, insert into it, and it's always empty. Is that right? Does this work for any table in pg? How does pg know that the insert should NOT actually insert a row? |
|