Paul Masurel

Results 327 comments of Paul Masurel

> One could call this is a distributed split file system There are many names to describe distributed storages depending on their semantics. The file system is usually the hardest,...

> For some reason I thought this DFS would require a new storage interface. Your explanation has clarified that. Would a process needing my-split.fast would also want the other sibling...

We should probably find a place where to put that information but... We officially only support Linux, also it should work on Freebsd and MacOS too. We support x86-64 and...

The query parser identify the string to search for correctly. The default tokenizer splits it into several tokens (`[cherry, py]`) which triggers the phrase query. Probably the right fix would...

@gnufree. Yes, fields starting by _ are forbidden. https://quickwit.io/docs/configuration/index-config#field-name-validation-rules

I recommend against using ``` num_threads: 8 heap_size: 16G ``` If you are in the cloud, make sure to use a node with a local SSD. With EBS, the network...

Let's put that in the "after merge" CI.

@guilload Approved. Great work there! It's a bummer librdkafka only offers a blocking API. Hopefully things get better in the future. You did a great job at wrapping that in...

In the meanwhile, people can delete a source, and recreate it.