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

Request: Easy method for analyzing different profiling results #11

Open
dancamper opened this issue Sep 18, 2018 · 2 comments
Open

Request: Easy method for analyzing different profiling results #11

dancamper opened this issue Sep 18, 2018 · 2 comments
Labels
enhancement New feature or functionality

Comments

@dancamper
Copy link

Satisfy this scenario: Profiling is used to analyze new data that will be ingested. Profiling results are saved as a logical file. Then, a new batch of data arrives and is profiled. The new method should compare the new profiling results with the old and output a summary of any differences.

The end goal is to highlight significant differences between the two profiles, which could indicate a significant or unexpected change in the incoming data stream.

@RichardTaylorHPCC
Copy link
Collaborator

JOIN the two using ROWDIFF in the TRANSFORM would be a start :)

@dcamper dcamper added the enhancement New feature or functionality label May 21, 2019
@dcamper
Copy link
Collaborator

dcamper commented May 23, 2019

This is probably more appropriate as a stand-alone function rather than incorporated into Profile(), as it is file-based rather than field-based.

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

No branches or pull requests

3 participants