Looking over this cursorily, looks super cool.<p><pre><code> INSERT INTO events_stream (ts, value) VALUES (now(), '0ef346ac');
</code></pre>
> 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.<p>So you create a table, insert into it, and it's always empty. Is that right?<p>Does this work for any table in pg? How does pg know that the insert should NOT actually insert a row?