doc/api/urlrewrite.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 28 Sep 2016 08:57:48 +0200
changeset 11778 9847a097266e
parent 10494 b6f00889355c
permissions -rw-r--r--
[massive store] Rework constraint/index handling The basic idea is to keep the primary constraint on entities.eid since it's heavily used in metadata insertions. Other option would have been to drop / recreate but its very costly on big database, and the index is used for insertion into the entities table itself, so it's not worth droping it at a first glance. Also, keeping it avoids to systematically drop all constraints which depends on it. We may thus now lazily drop constraints, only on insertion of some etype/rtype for the related table. Related to #15538359

.. _urlrewrite_module:

:mod:`cubicweb.web.views.urlrewrite`
=======================================

.. automodule:: cubicweb.web.views.urlrewrite

    .. autoclass:: URLRewriter
        :show-inheritance:
        :members:

    .. autoclass:: SimpleReqRewriter
        :show-inheritance:
        :members:

    .. autoclass:: SchemaBasedRewriter
        :show-inheritance:
        :members: