[ckan-changes] [ckan/ckan] 0c7c62: [#1792] Make the FTS index method configurable

GitHub noreply at github.com
Fri Aug 8 15:10:35 UTC 2014


  Branch: refs/heads/1792-filterable-resource-views
  Home:   https://github.com/ckan/ckan
  Commit: 0c7c62a5c2726d0a8899130ec1431b7f1bb5565b
      https://github.com/ckan/ckan/commit/0c7c62a5c2726d0a8899130ec1431b7f1bb5565b
  Author: Vitor Baptista <vitor at vitorbaptista.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M ckan/config/deployment.ini_tmpl
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_db.py
    M doc/maintaining/configuration.rst

  Log Message:
  -----------
  [#1792] Make the FTS index method configurable

GiST indexes are faster to create and take less memory, but are about 3 times
slower than GIN indexes. Depending on the use-case, one is better than the
other. As we can't foresee all ways CKAN will be used, with this patch we allow
the sysadmin to pick what suits best for her.




More information about the ckan-changes mailing list