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

Improve transaction table #38

Open
Snedashkovsky opened this issue Dec 17, 2023 · 0 comments
Open

Improve transaction table #38

Snedashkovsky opened this issue Dec 17, 2023 · 0 comments

Comments

@Snedashkovsky
Copy link

  1. Change columns types (you can use MV column):
  • messages String -> json,
  • signer_infos String -> json,
  • fee String -> json,
  • raw_log String -> json,
  • logs String -> json
  1. Add height to index:
    ORDER BY hash -> ORDER BY (success, height, hash)
  2. Add MV with index:
  • success, height, signer, hash
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