bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Mon, 30 May 2016 17:41:12 +0200
changeset 11344 847ab4bdd985
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[schema] Cache RQL expressions on schema loading Add a mapping rql string to rql statement Deserializing schema is ~36% faster with a lot (> 4000) expressions like those generated by cubicweb-container.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])