Skip to content
New issue

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 Tables.jl interface is slow #61

Open
aviks opened this issue Dec 26, 2021 · 0 comments
Open

Using the Tables.jl interface is slow #61

aviks opened this issue Dec 26, 2021 · 0 comments

Comments

@aviks
Copy link
Member

aviks commented Dec 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant