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

fread doesn't show progress under 1 thread #2092

Closed
arunsrinivasan opened this issue Mar 30, 2017 · 0 comments
Closed

fread doesn't show progress under 1 thread #2092

arunsrinivasan opened this issue Mar 30, 2017 · 0 comments
Labels
Milestone

Comments

@arunsrinivasan
Copy link
Member

arunsrinivasan commented Mar 30, 2017

Using the code here to generate tmp.csv,

require(data.table)
fread("~/Downloads/tmp.csv")
# Read 1000000 rows x 8 columns from 0.115GB file in 00:14.670 wall clock time (can be slowed down by any other open apps even if seemingly idle)
## data.table is printed

setDTthreads(1L)
fread("~/Downloads/tmp.csv")
# No status / progress message
## data.table is printed
@mattdowle mattdowle added this to the v1.10.6 milestone Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants