Matthew
Matthew
``` rocksdb_default_cf_options | block_based_table_factory={cache_index_and_filter_blocks=1;filter_policy=bloomfilter:10:false;whole_key_filtering=1};level_compaction_dynamic_level_bytes=true;optimize_filters_for_hits=true;compaction_pri=kMinOverlappingRatio;compression=kLZ4Compression;bottommost_compression=kLZ4Compression; ```
Seems I was missing some specific keywords to actually _create_ the column family. ``` mysql> ALTER TABLE title ADD INDEX p_y_id_rev (production_year, id) COMMENT 'cfname=rev:desc_cf'; mysql> SELECT DISTINCT CF_NAME FROM...
tps == transactions per second (begin; insert; update; delete; commit)
Related? ``` # innodb_space -s ibdata1 system-spaces name pages indexes Traceback (most recent call last): 16: from /usr/local/bin/innodb_space:23:in `' 15: from /usr/local/bin/innodb_space:23:in `load' 14: from /usr/local/share/gems/gems/innodb_ruby-0.12.0/bin/innodb_space:1714:in `' 13: from /usr/local/share/gems/gems/innodb_ruby-0.12.0/bin/innodb_space:192:in...
I'm just trying to rename a single file when it is added to the archive, but that doesn't work either: ``` { src: 'ebextensions', dest: '', rename: '.ebextensions' }, ```
This needs a PR! Been banging my head against the wall for an hour trying to understand this.
Try installing vanitygen with homebrew.
Everything is in 1 container. I submitted this bug report as I figured you'd want to trap the panic and do some sleep-retry logic for a better user experience.
The commentors at http://bugs.mysql.com/bug.php?id=60872 state that the DBUG_\* macros are not intended to be used by external plugins. They are an internal-only framework and are not exported by default. The...
This works fine with normal inserters so very surprised it doesn't work with miniloaders.