Aleksandr Antonov

Results 82 comments of Aleksandr Antonov

> checking the cases you provided I see that [query cache](https://manual.manticoresearch.com/Searching/Query_cache#Query-cache) that could be added without lot of code change however it will not work for your case as it...

- Text articles is great, especially if they contain source code opened. - In case of videos, if this type of content is planned, would be wonderful if ManticoreSearch will...

About tables management: [related issue](https://github.com/manticoresoftware/manticoresearch/issues/1771).

"Cannot create directory 'galera', file exists": [Kubernetes deployment with plain indexes](https://github.com/manticoresoftware/docker/issues/85).

Does that mean Buddy will manage his state? Answering "OK" without real attempt to insert may be confusing. Described functionality also looks like work with message queues, Apache Kafka or...

> Valid point. We should make it clear in the docs that it would work in the [fire-and-forget](https://www.ibm.com/docs/en/db2/11.1?topic=features-fire-forget-mode) mode. In case it's important to not lose the data, the user...

Addendum: Chunk system of ManticoreSearch looks extremely familiar for ClickHouse users. Same behavior as INSERT DELAYED proposal, ClickHouse provides fire-and-forget table engine, such as Buffer Engine. Usage of MQs, such...

> As discussed on dev call of Oct 12th 2023, it makes sense to check if there will be a benefit of routing `INSERT DELAYED` to Buddy at all provided...

Also highly interested in this feature.

Consider nil error as `Ok(())` option of `Result` enum. In Rust return of None/nil/0 or -1 instead of error message is bad practice, because it breaks compiler checks down. Since...