Skip to content
Snippets Groups Projects
  1. Sep 14, 2016
    • Marius Dumitru Florea's avatar
      XWIKI-13700: The document tree is still slow on MySql · 6f3cf422
      Marius Dumitru Florea authored
      * Drop the XWikiPage* fake tables (that were mapped to an SQL query) and use named native queries instead in order to keep the joins and constraints inside the union
      * Drop the hierarchy.hbm.xml file as a consequence.
      * Add support for executing native named queries (they behave exactly as a HQL named query)
      * Put the named native SQL queries in a separate queries.hbm.xml that is loaded when XWiki starts (through an ApplicationStartedEvent listener)
      * Write some query filters to modify the named native SQL queries (in order to limit the code that is aware of the SQL usage). Only these query filters need to be updated in case we move to HQL.
      6f3cf422
  2. Aug 31, 2016
  3. May 05, 2016
  4. Apr 27, 2016
  5. Jan 14, 2016
  6. Oct 09, 2015
  7. Jul 08, 2015
  8. Feb 26, 2015
  9. Feb 20, 2015
  10. Dec 20, 2013
  11. May 17, 2013
  12. May 10, 2013
  13. Apr 10, 2013
  14. Apr 04, 2013
  15. Mar 14, 2013
  16. Jan 29, 2013
  17. Jan 28, 2013
  18. Oct 19, 2012
  19. Oct 01, 2012
  20. Sep 25, 2012
  21. Apr 06, 2012
  22. Mar 31, 2012
  23. Jan 13, 2012
  24. Jan 12, 2012
  25. Sep 22, 2011
  26. Aug 08, 2011
  27. Jun 24, 2011
  28. Jun 06, 2011
  29. Apr 08, 2011
  30. Oct 31, 2009
  31. Sep 23, 2009
  32. May 06, 2009
  33. Mar 30, 2008
  34. Jan 17, 2008
  35. Dec 18, 2007
  36. Dec 12, 2007
  37. Oct 09, 2007
Loading