Yüce Tekol

Results 51 comments of Yüce Tekol

+1 Avro without a schema is not very useful. As others mentioned in this ticket, using a map for attributes impairs type safety and also decreases encoding/decoding performance and increases...

Hi Daniel, thanks a lot for sharing this. I've added the project to the README. Could you let me know when the article is out? I would like to add...

Hi, I use Windows rarely, so not sure what's the problem is. Have you installed SWI-Prolog before PySwip?

(Re-iterating the idea we discussed at the meeting) We can use query request's `Slices` parameter for paging (available for protobuf which all official client libraries support). If specified, the query...

This was closed unintentionally when I merged a PR. Reopening.

@jaffee @benbjohnson implemented slices support for clients, but there's no paging/streaming support in the clients beyond that work.

I've tested the PR on a 2 node cluster using custom built Pilosa (defaults) with the following: `node1.toml`: ```toml data-dir = "/home/yuce/ramdisk/cr1" bind = "127.0.0.1:10101" [gossip] port = 14000 [cluster]...

This should be good to review.

Yes, `Min` and `Max` calls return minimum and maximum integers respectively for the given BSI field: https://www.pilosa.com/docs/master/query-language/#min

The alternative is adding another field (something like `status`) and deprecating both `success` and `error`.