-
Notifications
You must be signed in to change notification settings - Fork 15
W-16736186 feat: use new table #1100
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
Conversation
@cristiand391 I think oclif/table#32 addresses most of these issues. I've also push a commit to wrap the json objects in the table instead of truncating them |
QA updates:
❌ the 10K limit for styling works but still see high memory usage even with 5K records if I query more than 2 fields:
✅ fixed |
I'm seeing 800mb-1gb on 9999k and ~200mb on 5k. I have an env var for changing the limit at which ink is no longer used ( |
QA updates:
✅ works good by skipping |
What does this PR do?
Use new table
What issues does this PR fix or reference?
@W-16736186@