Because I found the read speed slow in Firebird, I tested it with other databases.
The read speed results for a single-column table with 10M records were as follows:
- Npgsql (Postgresql): 3-4 seconds.
- SqlClient (MS): 8-9 seconds.
- FbClient & Fb ODBC: 35-40 seconds.
I'd like to know if this significant difference is due to a parameter in FbClient or to the Firebird core.
Firebird 5.0.3, FbClient 10.3.3, FbODBC 3.0.1.20 on local machine.