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

259 results 32 ms in manticoresoftware/columnar

CI: embedings

donhardmandonhardman · 2025-03-24 · 1 · #74

pack

Add SSE code to columnar scan

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

➤ Ilya Kuznetsov commented: Done in 207ab42b. Queries like SELECT count(*) FROM taxi WHERE trip_type=0; became 5% faster.

githubmanticoregithubmanticore · 2023-01-18

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

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

columnar: integrate streamvbyte library

githubmanticoregithubmanticore · 2023-09-04 · 2 · #30

➤ githubmanticore commented: ➤ Sergey Nikolaev commented: rought estimates: cmake - 1 day codes - 3 days

githubmanticoregithubmanticore · 2023-08-28

fixing build issues

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

columnar: integrate streamvbyte library

githubmanticoregithubmanticore · 2023-09-04 · 2 · #30

Done in 52c59922

glookkaglookka · 2023-09-04

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 · 2024-11-01 · 2 · #72

bug

Failed to build for arm

webigorkievwebigorkiev · 2023-02-13 · 11 · #9

waiting

Unfortunately we can't use TurboPFOR due to the licenses incompatibility issues. Manticore Columnar Library is based on Apache 2.0 while TurboPFOR is GPLv2

sanikolaevsanikolaev · 2021-11-15

Changes in CI needed for Jieba test

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

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

Here's how you can reproduce this on dev2 : snikolaev@dev2:~/repro$ git clone https://github.com/manticoresoftware/manticoresearch Cloning into 'manticoresearch'... remote: Enumerating objects: 77701, done. remote: Counting objects: 100% (17/17), done. …

sanikolaevsanikolaev · 2023-09-14

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

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

I can't reproduce it anymore on dev2 with: snikolaev@dev2:~/repro$ searchd -v Manticore 6.2.13 822a4f23a@230914 dev (columnar 2.2.5 b49cb78@230914) (secondary 2.2.5 b49cb78@230914)

sanikolaevsanikolaev · 2023-09-15

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-04-23 · 24 · #71

est::size_M

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

I can still reproduce in a8fb6574e / 709b9ac I modified code to avoid such situations in 5c238c56 / 794abc43

glookkaglookka · 2023-09-15

Embeddings generation

donhardmandonhardman · 2025-04-22 · 4 · #82

pack

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

select * from t where s = 'Psm' leads to a crash too.

sanikolaevsanikolaev · 2023-09-13

Release 2.3.0

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

publishpack

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

Tested locally, seems to work fine on Manticore 6.2.13 b632bd699@230909 dev (columnar 2.2.5 709b9ac@230908) (secondary 2.2.5 709b9ac@230908) mysql> select s from t where s = 'Psm' limit 3 /*+ SecondaryIndex(s) */; +------+ | s | +------+ | pSM | | pSM | | …

glookkaglookka · 2023-09-13

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

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

Please try select * from t where s = 'Psm' order by id asc limit 20 . Looks like the latest daemon commit indeed doesn't crash w/o explicit sorting, but does crash with sorting: snikolaev@dev2:~$ ~/manticore_github/build/src/searchd -c configless.conf …

sanikolaevsanikolaev · 2023-09-13

int -> bigint ALTER

Implement int->bigint ALTER support.

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

est::size_S

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

Also works fine. Will try to reproduce on dev2. mysql> select * from t where s = 'Psm' order by id asc limit 20; +--------+----------+--------+-------------------+------+----------------------------------------------+----------------------------------+ | …

glookkaglookka · 2023-09-13

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 · 2022-07-13 · 0 · #13

crash after 709b9aca

sanikolaevsanikolaev · 2023-09-15 · 8 · #31

bug

Tested debug/release builds on dev2; unable to reproduce the crash

glookkaglookka · 2023-09-13

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

knn tests are skipped in nightly test runs

glookkaglookka · 2024-11-01 · 2 · #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

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

knn tests are skipped in nightly test runs

glookkaglookka · 2024-11-01 · 2 · #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

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

Failed to build for arm

webigorkievwebigorkiev · 2023-02-13 · 11 · #9

waiting

It's not too difficult to build columnar on raspberry arm64 by use simde library. I build it and run successfully on my raspberry arm64 device, indexed 1G text files and query on it without errors. Install simde library first, then use the following fork …

tangxinfatangxinfa · 2022-01-25

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

Failed to build for arm

webigorkievwebigorkiev · 2023-02-13 · 11 · #9

waiting

We do use streamvbyte for 32-bit integers, but libfastpfor has other codecs that are also important and can't be built on ARM64. Best of all would be to port libfastpfor to ARM64.

sanikolaevsanikolaev · 2022-01-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

Failed to build for arm

webigorkievwebigorkiev · 2023-02-13 · 11 · #9

waiting

Maybe we can use streamvbyte, which use Apache 2.0 License, and support arm64. It also suggested by the FastPFor library author, see https://github.com/lemire/FastPFor/issues/63#issuecomment-518646350

tangxinfatangxinfa · 2022-01-13

Update deps on push in manticoresearch repo

donhardmandonhardman · 2023-09-28 · 3 · #33

publish

Linux debug test results     8 files      8 suites   6m 39s :stopwatch: 434 tests 423 :heavy_check_mark: 11 :zzz: 0 :x: 448 runs  437 :heavy_check_mark: 11 :zzz: 0 :x: Results for commit daf8cc00. :recycle: This comment has been updated with latest …

github-actions[bot]github-actions[bot] · 2023-09-19

Update deps on push in manticoresearch repo

donhardmandonhardman · 2023-09-28 · 3 · #33

publish

Windows test results     5 files      5 suites   11m 50s :stopwatch: 418 tests 407 :heavy_check_mark: 11 :zzz: 0 :x: 426 runs  415 :heavy_check_mark: 11 :zzz: 0 :x: Results for commit daf8cc00. :recycle: This comment has been updated with latest results.

github-actions[bot]github-actions[bot] · 2023-09-19

Update deps on push in manticoresearch repo

donhardmandonhardman · 2023-09-28 · 3 · #33

publish

Linux release test results     8 files      8 suites   4m 58s :stopwatch: 434 tests 423 :heavy_check_mark: 11 :zzz: 0 :x: 448 runs  437 :heavy_check_mark: 11 :zzz: 0 :x: Results for commit b979a8ad. :recycle: This comment has been updated with latest …

github-actions[bot]github-actions[bot] · 2023-09-19