Commanding Chaos for Coworking, Open Source and Creative Communities

database

Backup Database | Drupal.org

Thu, 03/10/2016 - 09:42 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8
modules

Backup Database | Drupal.org

Thu, 03/10/2016 - 09:42 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8
modules

Backup Database | Drupal.org

Wed, 01/06/2016 - 16:28 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8

Backup Database | Drupal.org

Wed, 01/06/2016 - 16:28 -- rprice

This module provides database backup and export functionality. Thanks to the PHP version of mysqldump. This module is similar to Backup and Migrate without all the bells and whistles. Features Supports sqlite, mysql, pgsql and dblib Supports compression gzip and bzip2 Tracks local export history Supports a large option set as found in mysqldump Allows backups to be exported locally or downloaded directly Supports stored procedures Include and exclude tables on export

drupaleasypodcast
database
backup
drupal8

How FriendFeed uses MySQL to store schema-less data - Bret Taylor's blog

Thu, 09/06/2012 - 06:16 -- rprice

However, as we grew, scaling our existing features to accomodate more traffic turned out to be much less of an issue than adding new features.

In particular, making schema changes or adding indexes to a database with more than 10 - 20 million rows completely locks the database for hours at a time. Removing old indexes takes just as much time, and not removing them hurts performance because the database will continue to read and write to those unused blocks on every INSERT, pushing important blocks out of memory.

development
schemaless
FriendFeed
sharding
nosql
scalability
database
mysql

Filter/Search on multiple fields with Views 3.x | Midwestern Mac, LLC

Thu, 06/07/2012 - 12:44 -- rprice

Use the Computed Field module to create yet another field stored in the database, combining the two (or more) fields you want to search, then expose a filter for that field instead of both of the individual fields. (I don't like this because it duplicates content/storage, and involves an extra module to do so).

search
database
tips
views
drupaleasypodcast

Multiple concurrent database connections in drupal 7 - Stack Overflow

Tue, 03/06/2012 - 13:38 -- rprice

is there any way to use drupal's database wrapper to create a brand new connection which can be permanently set to the new database without having to do this switching back-and-forth nonsense? surely we can handle connections to multiple databases concurrently.

database
drupaleasypodcast

Pages

Subscribe to RSS - database