barryhunter

Results 137 comments of barryhunter

Overall I would say bash/shell would be preferable, as simpler. But on the other hand PHP would be more portable to Windows! The logic of the script seems pretty simple,...

@[sanikolaev](https://github.com/sanikolaev) that looks good list! I agree that rsync is good, as it should allow the backup to be taken as quick as possible, without locking the server for too...

my indexdump.php script does check the output of DESCRIBE, and emits a warning that non-stored fields were in the original index and wont be in the dump. (it does account...

A comment on the dedicated Lock/unlock thread, https://github.com/manticoresoftware/manticoresearch/issues/822 suggests the LOCK command only blocks statements from replication. ... stas seems to imply, it would an **additional** feature to also block...

Perhaps it worth taking a step back and looking at what trying to implement here. I guess comes about as this is a feature in ElasticSearch? Seems like a generalized...

I dont think that is technically a 'bug' as such. `=` is a extended query operator, so has special limitations where it can be used. Its only meant ot be...

Re, the 'update'. Escaping the = should work, and then as not in (default) charset_table, will be treated as a seperator. So will match the same as 'test' on it...

Ah, it seems `expand_keywords` is critical to reproduce it. With that can reproduce. Sorry for the confusion.

I'm guessing the question is 'REPLACE' atomic? The delete+insert happen in one step? ... such that concurrent SELECT query, would that ever see the situation that the DELETE has happened,...

How will it work with FLUSH RTINDEX? Would it be outside the lock, or allowed inside? If want to run the flush before the backup, ideally it should be allowed...