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

Make Horizontal Joins Easier and Faster #116

Open
CraigMiloRogers opened this issue Aug 7, 2020 · 0 comments
Open

Make Horizontal Joins Easier and Faster #116

CraigMiloRogers opened this issue Aug 7, 2020 · 0 comments
Assignees
Labels
backlog enhancement New feature or request

Comments

@CraigMiloRogers
Copy link
Collaborator

The kgtk join command performs a logical join of edge records or node records through concatenation of records. Sometimes the desired use case is to compact the records, producing a single output record with the additional column data from both sources.

This use case can be supported through the pipe kgtk join / compact.

If we add --compact option to kgtk join, we can reduce the complexity of the user's command line and gain a substantial performance improvement by avoiding Python I/O.

@CraigMiloRogers CraigMiloRogers self-assigned this Aug 7, 2020
@CraigMiloRogers CraigMiloRogers added backlog enhancement New feature or request labels Aug 7, 2020
@CraigMiloRogers CraigMiloRogers added this to To do in KGTK Development via automation Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant