Skip to content

Speedtables 1.10.0

Compare
Choose a tag to compare
@lehenbauer lehenbauer released this 06 Jul 16:22
· 357 commits to master since this release
  • Add -rowbyrow option to import_postgres_result to use the underlying PostgreSQL libpq "row by row" retrieval method to obtain greater performance during result importing by exploiting concurrency.
  • Add -info option to import_postgres_result to return row counts and stuff that can normally be dug out of result handle but can't in this case.
  • Added -rowbyrow option to "open_cached" in stapi server to use the above.
  • Created new function "read_ctable_from_sql_rowbyrow" in the stapi postgres handler.