Class LimitStatementPerformanceTest

  • All Implemented Interfaces:
    JaloSessionHolder

    @PerformanceTest
    public class LimitStatementPerformanceTest
    extends ServicelayerTransactionalTest
    Intention of this test is to run queries (with disabled cache) with LIMIT against 100, 1000 and 10000 items through default LIMIT implementation and through DB specific LIMIT implementation and compare them. Test will run on current DB. All results are printed to the console.
    • Constructor Detail

      • LimitStatementPerformanceTest

        public LimitStatementPerformanceTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • comparisionTestFor10000Items

        public void comparisionTestFor10000Items()
      • comparisionTestFor1000Items

        public void comparisionTestFor1000Items()
      • comparisionTestFor100Items

        public void comparisionTestFor100Items()