starinacool
starinacool
Hi Gurnec. Thank you for a great tool. I'm trying to recover Mycelium on Android seed. I have 34 words, 12 of which are the seed and I'm sure about...
**Describe the bug** Server crashes on optimization **To Reproduce** Steps to reproduce the behavior: 1. optimize index listing2 **Expected behavior** listing2 get optimized **Describe the environment:** Manticore 6.2.12 dc5144d35@230822 (columnar...
**Is your feature request related to a problem? Please describe.** If I want to find documents similar to the one already in my index, I have to fetch vector of...
Consider the request: ``` SELECT ut FROM listing WHERE match('T14180 "2004 фауна китайский гороскоп 5 м"/0.5') LIMIT 0,100 OPTION max_predicted_time=100, max_matches=100; ``` Meta: ``` +---------------------+---------------------+ | Variable_name | Value |...
**Describe the bug** Query performance depend on WHERE parameters order **To Reproduce** Steps to reproduce the behavior: 1. Run queries changing order of params 2. 3. 4. **Expected behavior** Performance...
**Describe the bug** P01: syntax error, unexpected DISTINCT, expecting '*' near 'distinct salesman) **To Reproduce** Steps to reproduce the behavior: 1. Run query: select id from listing where match('100 рублей')...
**Describe the bug** 2 of 16 worker threads go 99.9 CPU time when I try to change max_threads_per_query from 10 to 12 on a 16 core box. Even after removing...
We should not decrease cached memory by amount of shared memory. We should exclude shared memory from apps memory. https://github.com/munin-monitoring/munin/blob/16eff1e959e1ed3dbdb615c3834a2a596efebcc9/plugins/node.d.linux/memory#L304C80-L304C80
**Is your feature request related to a problem? Please describe.** Sometimes I request recommended points with the list of ids. But some ids might not be in Qdrant yet. Because...