karpa13a

Results 10 comments of karpa13a

does HS plugin compatable with innobackupex? or any magic args for online backup required?

this errors written to mysql.log, when innobackupex trying to lock all tables, output from innobackupex like: ``` ... 110712 16:02:36 innobackupex: Continuing after ibbackup has suspended 110712 16:02:36 innobackupex: Starting...

if indexid greater than 32 bit sigfault occurs)

simple test case: ``` CREATE TABLE `test` ( `col1` int(10) unsigned NOT NULL AUTO_INCREMENT, `col2` text CHARACTER SET cp1251 COLLATE cp1251_bin NOT NULL, PRIMARY KEY (`col1`) ) ENGINE=InnoDB DEFAULT CHARSET=cp1251...

@ahiguti how about 'normal' IN() implementation?

patch https://launchpadlibrarian.net/63785844/handlersocket.diff

@FourSeventy unfortunately but it's not an IO bottleneck( CPU bound tasks(

unfortunately updating node from t2.medium(2 cpu) to t2.xlarge(4 cpu) didnt help. it just eat 350% of CPU. this makes lucene indexes totally unusable( may be i can do some kind...

okay i created index without "place: {type: "geo_point", latitude: "latitude", longitude: "longitude"}" part and now compactions didnt stuck. what was wrong with geo_point? currently index saved once in 3 hours:...