mariadb

ROCKSDB Failed to acquire lock due to rocksdb_max_row_locks

ROCKSDB Failed to acquire lock due to rocksdb_max_row_locks Question: I’m trying to load a CSV in to my rocksdb database, but it fails and show me this error: Got error 10 ‘Operation aborted:Failed to acquire lock due to rocksdb_max_row_locks limit’ from ROCKSDB I’ve tried with SET SESSION rocksdb_max_row_locks=1073741824; but same error always. What can I …

Total answers: 1

Connect Django 1.11 to Mariadb Galera cluster

Connect Django 1.11 to Mariadb Galera cluster Question: I am using Django 1.11 with MariaDB 10.1 Galera cluster I didn`t find in the documentation how to connect to a cluster. I tried using gcomm://NODE1,NODE2 url with no success… any idea? Asked By: Oz Bar-Shalom || Source Answers: According to a ticket that I opened to …

Total answers: 2

Django: Using named parameters on a raw SQL query

Django: Using named parameters on a raw SQL query Question: I’m trying to execute a raw query that is built dynamically. To assure that the parameters are inserted in the valid position I’m using named parameters. This seems to work for Sqlite without any problems. (all my tests succeed) But when I’m running the same …

Total answers: 2

mysql_config not found when installing mysqldb python interface for mariadb 10 Ubuntu 13.10

mysql_config not found when installing mysqldb python interface for mariadb 10 Ubuntu 13.10 Question: After I installed Mariadb 10 the Mysql workbench and JPDB client both connect and work fine so next step was get programming with Python (using SQLAlchemy) which seems to require MySQL-python so I went to update that and got: “mysql_config not …

Total answers: 7