Tim Fox

Results 90 issues of Tim Fox

We should spend some time going through the source code and providing more source level documentation

low priority

We should consider whether to allow aggregations on pull queries.

low priority

Joins for pull queries. https://stackoverflow.com/questions/59811150/how-do-database-joins-work-in-a-distributed-relational-database

low priority

Write some design documentation describing the architecture

For phase 1 we should implement mTLS certificate based auth for Prana for the gRPC API.

Hi, I want to use kcat to show all messages in a topic. I understand the kcat defaults to showing only new messages so I am using the -o beginning...

Hi, I am executing a Lua function with LuaFunction::call_with_args. The implementation of the LuaFunction returns two boolean return values. I have assumed this will be returned to rust as a...

bug

The current MV/index fill occurs as part of DDL execution. It can take considerable time, and if raft leadership changes during this period it will be cancelled. The fill logic...

Implement InjectorProto on SelectorInjector

Sources start ingesting as soon as they are created. In some case, e.g. creating an MV on a transient source, we don't want to start ingesting until the MV is...