Kuba Podgórski
Kuba Podgórski
@erizocosmico - where is the main problem of using indexes with 2 different operations? E.g.: ``` A = 1 AND B < 5 ``` and if we have index per...
IMO, any changing counter which can show some progress would be good enough (and maybe less confusing than proportion)
I would say 2 weeks. But because I always multiply by 1.4 (my error factor) I would say 2.8 ;)
Personally I would paraphrase the issue, because originally the idea was to get rid of all server leftovers in pilosa and directly use underlaying bitmaps implementation. But over the time,...
- Be able to get all values for the index. It should be as simple as iteration through BoltDB bucket - Be able to decode the values into interface{}. What...
@yarbelk - Unfortunately this project is not active, anymore.
Thanks @xiehuc for sharing. We're working to improve performance of aggregation functions. Moreover `TopN` implementation on integers is missed, right now. So, I think it's totally worth to consider the...
@threedliteguy - could you copy-paste your schema here (index and field options).
@akramassaf - pilosa does not work well on windows (mainly because of mmap), so if it's doable (if you integrate pilosa in your service/app), you can try to call: ```go...