-
Notifications
You must be signed in to change notification settings - Fork 25
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
Duplicate data in raw logs #3
Comments
Since it takes over the rig to do this delete, I am also using this command in a screen session to clean up in batches of 100:
|
…mum session size is now configurable in the creds.php file. Thanks to adel-s for the code.
Adds the functionality of uploading csv generated by torque
A few days ago, I made a commit that resulted in TONS of extra data. Like 1 session with 160,000 datapoints. The bug has been fixed. To fix the data, I had to add a primary key and do a dedupe, you can do this too:
This basically deletes any datapoints where there's 2 entries for the same time. I am considering making the unique ID change permanant. It will be less of a storage hit once I dedupe session columns from the raw logs table.
The text was updated successfully, but these errors were encountered: