Piotr Sarna

Results 123 comments of Piotr Sarna

Now, the fun part: rebasing on top of collection indexing (: good luck!

@piodul CQL defines paging state as opaque to users, so we're free to change it, either now or at a later time. Please try and judge if implementing this hybrid...

Ok, then my choice would be to postpone the implementation until somebody-has-an-actual-issue-with-it. I hate adding new cluster features, but Avi recently made it a one-liner, so at least we avoid...

Static column indexing support is in its final stages of review, it needs a few more days of development to fix the remaining issues, and then it will be merged...

@cvybhu please take a look at the suggested fix plan (https://github.com/scylladb/scylladb/issues/11143#issuecomment-1197114560). In particular: 1. if you have any remarks 2. if you prefer to proceed with analyzed_where_clause first, or whether...

actually, it looks like this PR is accepted by 5 people now, me included, so let me just not stall it and optimistically queue it - any remarks can be...

Oh, and one of the reasons why it's a draft is that there are still issues with the typescript driver, and thus also the web interface. It is not able...

> > The integration with CQL is my proprietary™ slightly hacky idea: a UNIX-domain-based socket is created and injected into our existing CQL server, and it's later used as a...

I did a pilot implementation of allowing the connections to be injected directly via streams rather than using an auxiliary unix domain socket, and I really dislike how the code...

> > This series allows the users to launch a CQL-over-WebSocket server in Scylla. The server is not active by default and can be activated by setting its port in...