roundcubemail-plugins-kolab/plugins/libkolab/SQL
Thomas Bruederli af6d366a1f Optimize access to kolab contacts using a sorted and limited query (#2828)
- Add columns for sorting in kolab_cache_contact
- Extend bin/modcache.sh script to update existing cache records
- Add setters for ORDER BY and LIMIT clauses
- Adapt the kolab_addressbook plugin to fetch contacts page-wise

ATTENTION: This changeset contains database schema changes!
Run `bin/updatedb.sh --dir plugins/libkolab/SQL --package libkolab`

Afterwards, the cached data needs to be updated. To do so, either run
  `plugins/libkolab/bin/modcache.sh update --type=contact`
or execute the following query
  DELETE FROM `kolab_folders` WHERE `type`='contact';
2014-02-10 11:46:50 +01:00
..
mysql Optimize access to kolab contacts using a sorted and limited query (#2828) 2014-02-10 11:46:50 +01:00
mysql.initial.sql Fix kolab cache issues with malformed/unsupported character sequences 2013-12-12 09:45:18 +01:00
postgres.initial.sql Added DDL for postgres (Bug #2039) 2013-07-31 14:28:18 +02:00