We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the sqlite driver and the sample toursdb database, flights table (see package tests for details)
@time DataFrame(collect(JDBCRowIterator(rs))) 0.100710 seconds (451.67 k allocations: 20.420 MiB) @time JDBC.load(DataFrame, rs) 0.770983 seconds (713.62 k allocations: 31.410 MiB, 2.18% gc time)
Some investigation has been reported upstream: JuliaData/Tables.jl#265
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the sqlite driver and the sample toursdb database, flights table (see package tests for details)
Some investigation has been reported upstream: JuliaData/Tables.jl#265
The text was updated successfully, but these errors were encountered: