public class DatabasePerformanceTests extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DatabasePerformanceTests.ContactReadingTest1
Test reading all contact data.
|
static class |
DatabasePerformanceTests.Perf10Test
100 SELECTs on string comparison with Index
|
static class |
DatabasePerformanceTests.Perf11Test
100 SELECTs on integer
|
static class |
DatabasePerformanceTests.Perf12Test
100 SELECTs on String
|
static class |
DatabasePerformanceTests.Perf13Test
100 SELECTs on integer with index
|
static class |
DatabasePerformanceTests.Perf14Test
100 SELECTs on String with index
|
static class |
DatabasePerformanceTests.Perf15Test
100 SELECTs on String with starts with
|
static class |
DatabasePerformanceTests.Perf16Test
1000 Deletes on an indexed table
|
static class |
DatabasePerformanceTests.Perf17Test
1000 Deletes
|
static class |
DatabasePerformanceTests.Perf18Test
1000 DELETE's without an index with where clause
|
static class |
DatabasePerformanceTests.Perf19Test
1000 DELETE's with an index with where clause
|
static class |
DatabasePerformanceTests.Perf1Test
Test 1000 inserts
|
static class |
DatabasePerformanceTests.Perf20Test
1000 update's with an index with where clause
|
static class |
DatabasePerformanceTests.Perf21Test
1000 update's without an index with where clause
|
static class |
DatabasePerformanceTests.Perf22Test
10000 inserts for an integer
|
static class |
DatabasePerformanceTests.Perf23Test
10000 inserts for an integer -indexed table
|
static class |
DatabasePerformanceTests.Perf24Test
10000 inserts for a String
|
static class |
DatabasePerformanceTests.Perf25Test
10000 inserts for a String - indexed table
|
static class |
DatabasePerformanceTests.Perf26Test
10000 selects for a String -starts with
|
static class |
DatabasePerformanceTests.Perf27Test
10000 selects for a String - indexed table -starts with
|
static class |
DatabasePerformanceTests.Perf28Test
10000 selects for an integer -
|
static class |
DatabasePerformanceTests.Perf29Test
10000 selects for an integer -indexed table
|
static class |
DatabasePerformanceTests.Perf2Test
Test 1000 inserts into and indexed table
|
static class |
DatabasePerformanceTests.Perf30Test
10000 selects for a String - contains 'e'
|
static class |
DatabasePerformanceTests.Perf31Test
10000 selects for a String - contains 'e'-indexed table
|
static class |
DatabasePerformanceTests.Perf3Test
100 SELECTs without an index
|
static class |
DatabasePerformanceTests.Perf4Test
100 SELECTs on a string comparison
|
static class |
DatabasePerformanceTests.Perf5Test
100 SELECTs with an index
|
static class |
DatabasePerformanceTests.Perf6Test
INNER JOIN without an index
|
static class |
DatabasePerformanceTests.Perf7Test
INNER JOIN without an index on one side
|
static class |
DatabasePerformanceTests.Perf8Test
INNER JOIN without an index on one side
|
static class |
DatabasePerformanceTests.Perf9Test
100 SELECTs with subqueries.
|
static class |
DatabasePerformanceTests.PerformanceBase |
Modifier and Type | Field and Description |
---|---|
static String[] |
ONES |
static String[] |
TENS |
Constructor and Description |
---|
DatabasePerformanceTests() |