Class DatabaseFetchSpeed

java.lang.Object
generalDatabase.DatabaseFetchSpeed

public class DatabaseFetchSpeed extends Object
Run some tests to try to work out why it's so much slower to load data when the query is based on a non indexed column compared to an index one, even though the actual query execution time is a small fraction of the total time.
Author:
dg50
  • Constructor Details

    • DatabaseFetchSpeed

      public DatabaseFetchSpeed()
  • Method Details

    • main

      public static void main(String[] args)