AllFKIndex |
This environment sets up the queries with indexes on foreign keys between tables.
|
CompositeIndex |
This setup creates an environment where both terms in the where clause are
part of a composite index.
|
CompositeSelectWhere |
This test environment sets up a composite index that does not exactly align
with the query.
|
CompositeWhereSelect |
This test environment sets up a composite index with both the where and
select clause represented in a way that should be usable without accessing
table.
|
DualIndexes |
This setup creates an environment where both terms in the where clause are
indexed by a separate index.
|
FetchEagerThick |
This environment sets up the object model with all fetch=LAZY relationships.
|
FetchEagerThin |
This environment sets up the object model with all fetch=LAZY relationships.
|
FetchLazyThick |
This environment sets up the object model with all fetch=LAZY relationships
and the plot field mapped.
|
FetchLazyThin |
This environment sets up the object model with all fetch=LAZY relationships.
|
FKIndex |
This environment sets up the queries with indexes on foreign key column.
|
FullTableScanNoIndex |
|
FullTableScanSingleIndex |
|
FullTableScanSingleIndexReverse |
Creates reverse indexes for tests to work with
|
JoinCompositeFKIndexes |
This test environment sets up the queries with separate table and FK indexes.
|
JoinNoIndex |
This test environment sets up the queries with no indexes.
|
JoinTableFKIndexes |
This test environment sets up the queries with separate table and FK indexes.
|
JoinTableIndexes |
This test environment sets up the queries with just indexes against the table
columns and not the foreign keys.
|
LoopEager |
This environment sets up the object model with all fetch=LAZY relationships.
|
LoopLazy |
This environment sets up the object model with all fetch=LAZY relationships.
|
NoColumnIndex |
This environment sets up the queries with no column indexes.
|
NoFKIndex |
This test environment sets up the queries with no indexes.
|
NonNullIndex |
|
NonNullUniqueIndex |
|
NonUniqueIndex |
|
SizeEager |
This environment sets up the object model with all fetch=LAZY relationships.
|
SizeLazy |
This environment sets up the object model with all fetch=LAZY relationships.
|
TableFKIndexes |
This environment sets up the queries with indexes on foreign keys and columns
without adding the ID to the composite index
|
UniqueIndex |
|
WhereColumnIndex |
This test environment sets up the queries with an index on the where clause.
|