Skip to content

read_delim() slow #2

@philneff

Description

@philneff

read_delim() is very slow for full export dataset (8.6M x 56 observations), even when specifying column types. This is why we were using read_feather() previously; but that was slow to write out per previous issue.

Testing data.table::fread() which is much faster, but requires different syntax for data table objects versus data frames.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions