Hide column in console #7778
Unanswered
stefan-girlich
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Status quo
https://myhost/console/data/default/schema/public/tables/mytable/browse
in the Hasura console so browse data in the tableAssumption: Full Base64 strings are loaded and only truncated later on in the browser, thus slowing down the browser.
Problem
I plan so switch to a dedicated file storage system for the images in any case. For other use cases, it may still make sense to store (smaller) images/data as Base64 strings in the database. Since this issue already exists for only two rows, I assume that it would also exist with smaller images, but a higher row count.
Suggested workaround
There could be an option to hide the column from the browser or replace the display values with a placeholder to mitigate the performance impact on the browser.
Beta Was this translation helpful? Give feedback.
All reactions