Usman Masood

Results 5 issues of Usman Masood

Use some write optimized append only storage subsystem. This will make replaying data super easy. Use a storage parameter for this. `CREATE STREAM s (x int) WITH (archive=on)`

ingest
storage
usability

Seems like they're no longer second-class citizens in the PostgreSQL world: http://rhaas.blogspot.com/2017/09/postgresqls-hash-indexes-are-now-cool.html?m=1

research

Currently all queries are executed on all processes (except for combine queries with no grouping). This might not be ideal when the number of continuous queries is high because there's...

research
performance

We're going to keep the `0.8.2.2` branch alive for Kafka 0.8. The `master` branch is only going to be compatible with Kafka 0.9+. The new `pipleline_kafka` will have have a...

Hi, PipelineDB encountered the following error last night: ``` 2016-04-06 23:16:14 EDTLOG: [kafka consumer] cdn_stream

bug