Mark Papadakis
Mark Papadakis
- [ ] `((1 OR [2,3]) OR ALL OF[2,3])` => `(1 OR ALL OF [2, 3])` - [ ] `([1,2] AND (3 OR ALL OF[1,2]))` => `3 OR AND [1,2]`
- [ ] `"a b" OR "a b c"` => `"a b" ` - [x] `"a b" "a b c"` => `"a b c"`
Apologies, I just saw this ticket. Well, what would you be interested in ? indexing time? search time? etc
For what it's worth, you may want to check https://www.bestprice.gr/ -- Trinity replaced the previous generation Trinity tech. a few days ago. It's in Greek, but you may get a...
@ddorian Yes, it was absolutely worth it. It took maybe 2-3? months for Trinity, and maybe another month for integrating it on BestPrice.gr (and soon, elsewhere) - which includes figuring...
@ddorian Also, re: that blog post, there are 2 codecs included in Trinity. One of them is based on Lucene's default codec -- more or less same design with a...
@ddorian yes, I have. It's excellent. You can replace Lemire's FastPFOR impl. with powturbo's. We have no applications or services that require sharing yet. Queries take a few ms, and...
@ddorian I have, I love Scylla's engineers write-ups, they are very pragmatic and insightful. ( I also can't recommend studying the Seastar codebase enough; it's a great engineering achievement, and...
A benchmarks page will be up soon, but in the mean time, in a not exactly fair comparison that involved indexing (naively) an English wikipedia partial dump of 563MB (XML),...
@ddorian we have such a benchmark suit but that's internal to our org., i.e won't be open sourced. I will bundle a Lucene and a Trinity app so that others...