Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

    290 results 285 ms in manticoresoftware/manticoresearch

    SphinxQL group query hangs after SQL index reprocessing

    …= $MYSQL_USERNAME sql_pass = $MYSQL_PASSWORD sql_db = $MYSQL_DATABASE sql_port = $MYSQL…= $MYSQL_USERNAME sql_pass = $MYSQL_PASSWORD sql_db = $MYSQL_DATABASE sql_port = $MYSQL…\` = 0 GROUP BY \`year\` LIMIT 0, 20" # stop sphinx searchd --config sphinx…

    patpat · 2022-07-06 · 4 · #801

    bug

    group by crashes searchd

    …WHERE match('@(additional_data) ("2241*")') GROUP BY tc_sph_attr_post…WHERE match('@(additional_data) ("2241*")') GROUP BY tc_sph_attr_post…attach there: a) searchd log, b) searchd binary, c) searchd symbols. Look into…

    luedders-cgrdluedders-cgrd · 2021-02-19 · 3 · #503

    bug

    GROUP BY only returns a single row in RT index

    …[(none)]> select * from bug_reproduce group by city; +------+-----------+--------+ | id | city |…[(none)]> select * from bug_reproduce group by street; +------+-----------+--------+ | id | city |…should return two rows; group by street should return three…

    someniatkosomeniatko · 2021-02-23 · 3 · #504

    daemon crash on GROUP N BY

    …count,user_id FROM -> sample8A GROUP 4 BY user_id ORDER…count,user_id FROM sample8A GROUP 4 BY user_id ORDER…Changelog: fixed daemon crash on GROUP N BY query

    tomatologtomatolog · 2018-11-14 · 3 · #83

    bug

    Implement missing sphinxql syntax directives so things that support sphinxql can support Manticore

    Is your feature request related to a problem? Please describe. I am trying to get a visual representation of my data, and am attempting to use Apache Superset: https://apache-superset.readthedocs.io/en/latest/installation.html I have configured my …

    syxiesyxie · 2023-05-30 · 2 · #890

    Manticore rejects connections from MyXQL (Elixir Mysql driver)

    Describe the bug https://github.com/elixir-ecto/myxql/issues/173 To Reproduce Steps to reproduce the behavior: https://github.com/mindreframer/manticore-search-elixir-bug Expected behavior A connection should be possible without workarounds (like …

    mindreframermindreframer · 2023-11-21 · 3 · #1605

    Searchd crash after SphinxQL query with WHERE json_attribute IN (1)

    Manticore Search version: Manticore 3.2.0…attach there: a) searchd log, b) searchd binary, c) searchd symbols. Look into…

    MaximusyaMaximusya · 2019-11-19 · 1 · #279

    bug

    unknown command SphinxQL driver via PHP 7.2.11 Mysqlnd

    Are you in the right place? Yes For general questions, post a question to Forum or Slack If you open a Github issue, it must be a bug or feature request and you need to provide the below information. Describe the environment PHP 7.2.11 Manticoresearch 2.7 …

    sshilkosshilko · 2018-11-12 · 10 · #130

    SphinxQL option max_query_time not effective, PHP mysqlnd.net_read_timeout is

    Are you in the right place? Maybe, maybe php issue, not sure For general questions, post a question to Forum or Slack If you open a Github issue, it must be a bug or feature request and you need to provide the below information. Describe the environment …

    sshilkosshilko · 2018-11-15 · 8 · #132

    Manticoresearch crashes when count distinct and group by is used

    Describe the bug Manticore Search crashes while executing the…where using count distinct with group by is returning correct…manticore.conf sample_data.sql setup_env.bash The…) from idx_table_rt GROUP BY id; The query…Intel(R) Xeon(R) CPU E5-2660 0 @ 2.…

    jgould22jgould22 · 2024-05-23 · 2 · #1402

    bugest::size_Mrel::6.3.0

    Crash / Segmentation Fault on Facet search with larger number of results

    …oxtags,tc_optimized_search_word,tc_product_group_direct,tc_…/usr/bin/searchd( 0x7888e1)[0x5614a38718e1] /usr/bin/searchd(_ZZN7Threads11CoRoutine_c13CreateContextESt8functionIFvvEE11VecTraits_…there: a) searchd log, b) searchd binary, c) searchd symbols. Look…

    tc-hsteffentc-hsteffen · 2023-02-10 · 23 · #1024

    bug

    Несходность документации SQL-языка мантикоры и SQL-языка (MySQL)

    …FROM _stat_nviews_actual GROUP BY item_id; +---------+----------------+…rt_47newsru_mostread GROUP BY item_id…rt_47newsru_mostread GROUP BY item_id…FROM rt_47newsru_mostread GROUP BY item_id; +---------+------+…FROM rt_47newsru_mostread GROUP BY item_id;…

    KarelWinterskyKarelWintersky · 2022-11-12 · 3 · #828

    waitingwontfix

    searchd crashed

    …retireondepletion = 0) GROUP 1 BY partid WITHIN GROUP ORDER BY isredpart…usr/bin/searchd[0x5d694f] /usr/bin/searchd[0x981bc7] /usr/bin/searchd(_ZZN7Threads11CoRoutine_…there: a) searchd log, b) searchd binary, c) searchd symbols. Look into…

    damirt2020damirt2020 · 2021-02-01 · 1 · #483

    bug

    Crash On Replace SphinxQL

    ------- FATAL: CRASH DUMP ------- [Thu Mar 26 09:30:36.104 2020] [67062] --- crashed SphinxAPI request dump --- AAABGQAAAf4AAAAAAAAAAQAAAAAAAAAQAAAABgAAAAAAAAAEAAAAF3VwbG9hZCBERVNDLHVwbG9hZCBERVNDAAAA …

    DaveInTODaveInTO · 2020-05-13 · 12 · #321

    bugmore data neededwaitingwontfix

    GitHub#140 ⁃ SphinxQL protocol rounds float attributes to 6 decimal places

    Describe the environment Manticore Search version: 2.6.2 0bbd194@180223 release OS version: "Ubuntu 14.04.5 LTS Build version: 0bbd194 Describe the problem Description of the issue: SphinxQL protocol rounds float attributes to 6 decimal places Steps to …

    barryhunterbarryhunter · 2019-02-28 · 7 · #140

    crash caused by GROUP BY alias

    …as m, count(*) FROM taxi GROUP BY m limit 10; ERROR…) on perf3 . Replacing GROUP BY m with GROUP BY max_temp helps…as m, count(*) FROM taxi GROUP BY max_temp limit 10…

    sanikolaevsanikolaev · 2024-05-23 · 1 · #1791

    bugest::size_Srel::6.3.0

    searchd hangs/crashes under intensive loading

    …require fakerphp/faker php load_sql_dmitry.php 1 20 10000000…/manticoresoftware/manticoresearch/issues/826 load_sql_dmitry.php: #!/usr/bin/…bool) sphinxutils.cpp:2839 0x000000000040b15f CrashLogger::HandleCrash(int) searchd.cpp:1118 0x0000000000db2403 boost…

    sanikolaevsanikolaev · 2022-07-28 · 3 · #827

    bug

    SphinxQL GEODIST() does not like degrees but works with radians

    Are you in the right place? hope so For general questions, post a question to Forum or Slack If you open a Github issue, it must be a bug or feature request and you need to provide the below information. Describe the environment SphinxQL, Manticoresearch …

    sshilkosshilko · 2018-11-12 · 2 · #129

    searchd crash report

    …retireondepletion = 0) GROUP 1 BY partid WITHIN GROUP ORDER BY isredpart…usr/bin/searchd[0x5d694f] /usr/bin/searchd[0x981bc7] /usr/bin/searchd(_ZZN7Threads11CoRoutine_…there: a) searchd log, b) searchd binary, c) searchd symbols. Look into…

    damirt2020damirt2020 · 2021-02-01 · 3 · #482

    bug

    SphinxQL insert command with ending semicolon

    I was having an issue with a C# MySqlConnector in a recent project because I was trying to insert into a real time index and the connector was automatically terminating the command it would send with a semicolon (if I added a semicolon the connector …

    LittleEngineerLittleEngineer · 2024-03-28 · 8 · #314

    bug