You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.