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

Data Output can't handle large columns #8445

Open
ggcampinho opened this issue Feb 12, 2025 · 0 comments
Open

Data Output can't handle large columns #8445

ggcampinho opened this issue Feb 12, 2025 · 0 comments
Labels

Comments

@ggcampinho
Copy link

I have some events with large JSONs (average 0.8MB per JSON) stored in a table and when I try to visualize those, the Data Output interface gets flaky, blank rectangles are drawn over the next rows and it keeps freezing.

Steps to reproduce the behavior:

  1. Create a table with uuid and a jsonb
  2. Insert rows with 1MB in the jsonb field
  3. Select the table in the query tool

Expected behavior

I would expect to have the view truncating the data and rendering all the rows in a usable manner.

Screenshots

Screen.Recording.2025-02-12.at.09.41.43.mov

Desktop:

  • Version: 9.0
  • Application Mode: Desktop
  • Commit: b02e210 2025-02-06
  • Python Version: 3.12.8
  • Electron Version: 33.3.2
  • Browser: Chrome 130.0.6723.191
  • Operating System: macOS-15.1.1-x86_64-i386-64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant