Search code examples
pipelinedb

Edit continuous view sliding windows in pipelinedb


I create a continuous view and fill it with my streams.

Now I want to change my old sliding window or change this name.


Solution

  • You can create regular views on top of existing continuous views that further aggregate the rows in continuous views, but you cannot get more granularity than you have defined in your existing continuous views - it's a one way street.

    See our docs on sliding windows for more detail on windowing with PipelienDB or find our dev team in our Gitter channel for technical questions.