GuyAv46

Results 53 comments of GuyAv46

Cancelling background indexing should only happen if the index was altered with `FT.ALTER` (and in this case we would've seen `Scanning index %s in background: cancelled and restarted`), or because...

No problem :) What is the source of the AOF file? Do you have a single redis instance? Replication? Cluster? Can you try restarting the instance with log level `verbose`...

Thank you for your cooperation! I’ll dig deeper into it tomorrow. My suspect is that it is related to the AOF process that I’ll admit I don’t know much about...

So basically the AOF mechanism includes a manifest file, a base RDB, and an incremental file/s. Depending on your setup, every once in a while a forked process "applies" the...

Yes, if an index was dropped and the change was applied to the RDB file, it won't be created when loaded. We can also see in the log what indexes...

Hey @xinzdtk, thanks for reaching out Adding some tests I ran locally for when we get into it: ```bash 127.0.0.1:6379> FT.CREATE dataIdx ON JSON PREFIX 1 data: SCHEMA $.name AS...

1. Can you give more info on DIALECT 2 taking extra CPU? It includes some tweaks to the query syntax, but should not affect performance. 2. DIALECT 1 will eventually...

For anyone performing the `gh` workaround and doesn't want to checkout the repository in the job running it, you just need to provide a GitHub token and the repository name:...

Hey @cvija1, thanks for reaching out! This is a known issue. You might get some useful info from #1162, I'll link this issue to our bug ticket

Are you using RESP3 by chance?