Aleksey N. Vinogradov

Results 42 comments of Aleksey N. Vinogradov

`lock [,,

Over default there are 3 env variables which affects path of searching for columnar library. * `LIB_MANTICORE_COLUMNAR` might be set to full path to the library (i.e., if it set...

There is no such warning by default. Only if columnar persist on the path, but not available (i.e. incompatible, or something else). Anyway, reporting error about `/usr/bin/lib_manticore_columnar.so` definitely means, that...

Notice, 'text' type means that row is stored and indexed. That is NOT string attribute, and so, expected behavior here is just error message like "unsupported column 'X' (stored field,...

MRE with stored ```sql create table a(b text); insert into a(b) values ('c'); delete from a where b='c'; ``` Causes crash. Expected error message like `index a: unsupported column 'b'...

Insert/delete/replace rendered into one isolated block, that is 'transaction'. That is not visible until completed. That is like when you create 'delta' index which adds something and maybe deletes something....

Locking is now performed on SST stage of replication. All we've going to do - is to make it available for manual intervention aside replication. So, all issues/consequencies are already...

See commit messages for: db4c7e5f c429d536 da517746 3cdb59d4 (already non-actual) 3b88d616 d28d5cab 6a0ffc72 41415312 d9d42d90 These are not wide-used functions, and they might be changed. That is the reason why...

Hello. I've looked into you code and see following pattern: you've created one client, and then try to use it in parallel from bunch of goroutines. That way it will...

I've just tried minute ago: ``` cl := NewClient() res, err := cl.Sphinxql(`REPLACE into limostar (id,remote_id,avatar,owner,name,fullname,description,homepage,url,language,watchers,stars,forks,size,pushed,created,starred,service_id,license) VALUES ('96285','22486533','https://avatars2.githubusercontent.com/u/2347603?v=4','00-Evan','shattered-pixel-dungeon','00-Evan/shattered-pixel-dungeon','Traditional roguelike game with pixel-art graphics and simple interface','unkown','https://github.com/00-Evan/shattered-pixel-dungeon.git','Java','623','623','279','29628','2020-01-13 02:41:56 +0100 CET','2014-07-31 23:56:31...