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

cat: allow to specify multiple WAL files #1019

Open
oleg-jukovec opened this issue Nov 16, 2024 · 0 comments
Open

cat: allow to specify multiple WAL files #1019

oleg-jukovec opened this issue Nov 16, 2024 · 0 comments
Labels
2sp feature A new functionality teamE

Comments

@oleg-jukovec
Copy link
Contributor

We need to have an ability to have an ability to specify multiple WAL files. It could be done in different ways:

  1. Just to allows pass files as additional args (I prefer this way).
    tt play 1.xlog 2.xlog
  2. Add an additional flag --wal to specify a WAL file and allows to use the flag multiple:
    tt play --wal 1.xlog --wal 2.xlog
  3. Mixed 1 + 2.
@oleg-jukovec oleg-jukovec added 2sp teamE feature A new functionality labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2sp feature A new functionality teamE
Projects
None yet
Development

No branches or pull requests

1 participant