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

Process contiguous log files from the same DB session #4

Open
udi-speedb opened this issue Jun 22, 2023 · 0 comments
Open

Process contiguous log files from the same DB session #4

udi-speedb opened this issue Jun 22, 2023 · 0 comments

Comments

@udi-speedb
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The log parser currently parses a single file.
However, when log rolling is enabled, this unnecessarily limits the ability to view a series of physical (contiguous in time, all part of the same DB session) rolled logs as a single logical log.

Describe the solution you'd like
The user should be able to give the log parser multiple log file names, or a name of a folder where there may be multiple log files.
The log parser should:

  • Detect the logs (when given a folder name).
  • Identify those logs that belong to the same db session id
  • Detect the time-contiguous logs (or groups of logs)
  • Parse the logs (or every group of logs) as if they were a single lot file

There needs to be a definition of what constitutes contiguous logs (the time difference between 2 logs)
Need to define how to handle multiple logs that are not contiguous or do not belong to the same DB session id.

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

No branches or pull requests

1 participant