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

Switch to an arrow-like partition structure for bundled data #5

Open
Bisaloo opened this issue Feb 1, 2023 · 0 comments
Open

Switch to an arrow-like partition structure for bundled data #5

Bisaloo opened this issue Feb 1, 2023 · 0 comments
Labels
performance question Further information is requested

Comments

@Bisaloo
Copy link
Owner

Bisaloo commented Feb 1, 2023

Data is partitioned across 3 axes and making this structure explicit by using an arrow-like partition structure may be helpful:

inst/extdata/
├── 2017
│   ├── all
│   ├── home
│   ├── other
│   ├── school
│   └── work
└── 2020
    ├── all
    │   ├── all
    │   ├── rural
    │   └── urban
    ├── home
    │   ├── all
    │   ├── rural
    │   └── urban
    ├── other
    │   ├── all
    │   ├── rural
    │   └── urban
    ├── school
    │   ├── all
    │   ├── rural
    │   └── urban
    └── work
        ├── all
        ├── rural
        └── urban

If we made this switch, we may as well store the data as parquet and use arrow for better performance.

@Bisaloo Bisaloo added question Further information is requested performance labels Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant