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

333 results 27 ms in manticoresoftware/columnar

CI: valgrind tests

Let's add nightly Valgrind tests, similar to how it's done in Let's add nightly Valgrind tests, similar to how it's done in https://github.com/manticoresoftware/manticoresearch.

sanikolaevsanikolaev · 2025-06-03 · 1 · #94

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Linux debug test results   8 files    8 suites   11m 18s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

Integration with embedding library

Proposal: We should add parsing of the parameters to enable connection with the new library for automatic embeddings. Currently, I suggest starting with the following specification: fields = "field1, field2" : fields we should use as the source for text …

donhardmandonhardman · 2025-06-26 · 34 · #71

est::size_M

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Linux release test results   8 files    8 suites   6m 26s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

Add lz4 compression to strings

Currently strings are stored basically uncompressed (only lengths are compressed) when table compression is not applicable. It makes sense to try to add LZ4 compression to such strings to save disk space (string hases used for grouping and filters are …

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

Removed 4-bit quantization

glookkaglookka · 2025-06-24 · 3 · #101

Windows test results   5 files    5 suites   15m 43s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit 36f8df2a. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-24

Test _avx2 libraries

Bug Description: Now that each library has two version (with and without _avx2 postfix), both of them need to be tested. Manticore Search Version: Operating System Version: Have you tried the latest development version? None Internal Checklist: To be …

glookkaglookka · 2025-06-26 · 1 · #102

bug

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Windows test results   5 files    5 suites   16m 6s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

github-actions[bot]github-actions[bot] · 2025-07-01

ci: added lib_manticore_knn.dll to windows test's artifacts

sanikolaevsanikolaev · 2025-03-01 · 4 · #75

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Linux debug test results   8 files    8 suites   11m 24s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

github-actions[bot]github-actions[bot] · 2025-07-01

fixing build issues

glookkaglookka · 2025-03-11 · 3 · #81

fix!: Fixed crashes on building HNSW index on empty 1-bit quantized vectors; fixed a crash on saving empty float vectors to columnar storage

glookkaglookka · 2025-07-01 · 3 · #105

Linux release test results   8 files    8 suites   6m 23s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit a5f38fb0.

github-actions[bot]github-actions[bot] · 2025-07-01

Changes in CI needed for Jieba test

sanikolaevsanikolaev · 2025-01-22 · 4 · #70

Add lz4 compression to strings

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

Also, float vectors could benefit from it

glookkaglookka · 2025-06-26

knn tests are skipped in nightly test runs

Bug Description: knn tests are skipped in nightly test runs: Start 277: col_275 -- knn index 9/56 Test #277: col_275 -- knn index ........................................................***Skipped 0.05 sec Start 278: col_276 -- knn search vs json queries …

glookkaglookka · 2025-06-25 · 3 · #72

bug

Add lz4 compression to strings

githubmanticoregithubmanticore · 2025-06-26 · 2 · #13

float vectors could benefit from it Here's how lz4 compresses float vectors: ~  mysql -v -P9306 -h0 -e "desc test; select count(*) from test" -------------- desc test -------------- +--------------+--------------+----------------+ | Field | Type | …

sanikolaevsanikolaev · 2025-06-26

k=100K, but much less is returned

Bug Description: Take this file: snikolaev@dev2:~$ ls -lah /home/snikolaev/lisdocument1.sql.gz -rw-rw-r-- 1 snikolaev snikolaev 362M Dec 8 18:02 /home/snikolaev/lisdocument1.sql.gz Load 100K docs with embeddings to Manticore: snikolaev@dev2:/tmp$ time …

sanikolaevsanikolaev · 2025-01-28 · 0 · #73

bugest::size_S

Test _avx2 libraries

glookkaglookka · 2025-06-26 · 1 · #102

bug

Update: to test non-avx lib, the avx lib should be deleted, then the search will fallback to the non-avx lib.

sanikolaevsanikolaev · 2025-06-26

Automate "Suggests: manticore ..."

This is outdated in debian packages: Let's automate it, so we don't have to update it by hand anymore.

sanikolaevsanikolaev · 2025-06-23 · 0 · #100

CI: valgrind tests

sanikolaevsanikolaev · 2025-06-03 · 1 · #94

Let’s first make sure it works in manual mode. @klirichek, could you adapt https://github.com/manticoresoftware/manticoresearch/blob/master/memcheck.sh for this repo and check that it works correctly?

sanikolaevsanikolaev · 2025-06-03

Release 2.3.0

sanikolaevsanikolaev · 2024-05-22 · 3 · #63

publishpack

knn tests are skipped in nightly test runs

glookkaglookka · 2025-06-25 · 3 · #72

bug

fixed tests 275 and 276 models at https://github.com/manticoresoftware/manticoresearch/commit/31e044b725127ceec7eb5278cd9ce2e5709e13dc - now these should not fail at night CI with the master head

tomatologtomatolog · 2024-10-31

Try Annoy instead of HNSW

We recently added HNSW support for KNN to this library. Together with Manticore Search it works so - https://manual.manticoresearch.com/dev/Searching/KNN#K-nearest-neighbor-search It would be great to implement, test and bechmark https://github.com/ …

sanikolaevsanikolaev · 2023-11-23 · 0 · #44

knn tests are skipped in nightly test runs

glookkaglookka · 2025-06-25 · 3 · #72

bug

@glookka is it clear from the output here https://github.com/manticoresoftware/columnar/actions/runs/11600797966/job/32302302075 why knn tests are skipped? Also, is it correct there's no lib_manticore_knn.dll here https://github.com/manticoresoftware/ …

sanikolaevsanikolaev · 2024-11-01

int -> bigint ALTER

Implement int->bigint ALTER support.

sanikolaevsanikolaev · 2023-09-28 · 0 · #34

est::size_S

knn tests are skipped in nightly test runs

glookkaglookka · 2025-06-25 · 3 · #72

bug

Alexey added (and then reverted) adding KNN tests in this commit https://github.com/manticoresoftware/columnar/commit/8c41ad75102bdef30ae1e6979a25e4e742a3fa47 Here can be seen how it failed https://github.com/manticoresoftware/columnar/runs/44596079571

sanikolaevsanikolaev · 2025-06-25

Implement Annoy knn search

For https://github.com/manticoresoftware/columnar/issues/44 To pass the CI, this PR needs to be merged https://github.com/manticoresoftware/annoy/pull/2

mitrokostamitrokosta · 2024-07-05 · 2 · #67

feat!: Updated KNN index creation interface to support skipping some of source vectors

glookkaglookka · 2025-06-26 · 3 · #103

Linux debug test results   8 files    8 suites   11m 24s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit b56e3d02.

github-actions[bot]github-actions[bot] · 2025-06-26

Improve filtering performance by using SIMD predication

When columnar storage processes a filter, there are two heavy stages - unpacking data and processing the filter. Filtering performance can be improved by replacing conditions like if ( ( i==(ACCESSOR_VALUES)m_tValue ) ^ (!EQ) ) with predication using _ …

githubmanticoregithubmanticore · 2023-08-02 · 1 · #26

est::size_M

feat!: Updated KNN index creation interface to support skipping some of source vectors

glookkaglookka · 2025-06-26 · 3 · #103

Linux release test results   8 files    8 suites   5m 59s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit b56e3d02.

github-actions[bot]github-actions[bot] · 2025-06-26

to_string(a) requires a to be in the select list

to_string(<bool>) works only if the <bool> is in the select list too, otherwise it returns an empty value: mysql> drop table if exists t; create table t(a bool) engine='columnar'; insert into t(id, a) values(1, 1); select to_string(a) from t; select a, to …

sanikolaevsanikolaev · 2023-04-05 · 0 · #21

bug

feat!: Updated KNN index creation interface to support skipping some of source vectors

glookkaglookka · 2025-06-26 · 3 · #103

Windows test results   5 files    5 suites   16m 3s ⏱️ 469 tests 452 ✅ 17 💤 0 ❌ 477 runs  460 ✅ 17 💤 0 ❌ Results for commit b56e3d02.

github-actions[bot]github-actions[bot] · 2025-06-26

Crash!!! Handling signal 11 on import to table with multi64 field

Doing an import to a table which uses columnar Manticore crashes with message Crash!!! Handling signal 11 . (SIGSEGV) No further details in query log and it is not related to a specific document. The import always crashes after a few seconds however. I …

patrikhermanssonpatrikhermansson · 2023-03-16 · 4 · #18

bugwaiting

Integration with embedding library

donhardmandonhardman · 2025-06-26 · 34 · #71

est::size_M

We may want to hide api_key in show create table output for security reasons.

sanikolaevsanikolaev · 2024-10-17

Bigint leads to index corruption

I'm doing an import of a fairly large dataset into Manticore with columnar. The table has several number fields and when these are set as type integer the import finishes without a hitch. However, if i change these to bigint the import crashes after a few …

patrikhermanssonpatrikhermansson · 2023-03-29 · 9 · #19

bugwaiting

Integration with embedding library

donhardmandonhardman · 2025-06-26 · 34 · #71

est::size_M

Dev call of Oct 28: ALTER should be supported for api_key

sanikolaevsanikolaev · 2024-10-28

fix: unified embeddings lib file names

glookkaglookka · 2025-06-20 · 3 · #95

Windows test results 0 tests   0 ✅  0s ⏱️ 5 suites  0 💤 5 files    0 ❌ Results for commit dd769aea.

github-actions[bot]github-actions[bot] · 2025-06-18

fix: unified embeddings lib file names

glookkaglookka · 2025-06-20 · 3 · #95

Linux debug test results   8 files    8 suites   11m 23s ⏱️ 486 tests 469 ✅ 17 💤 0 ❌ 500 runs  483 ✅ 17 💤 0 ❌ Results for commit dd769aea. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2025-06-18