We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
order by
Dolt version v1.48.0.
v1.48.0
Running select * from option_chain order by act_symbol desc uses > 30GB of ram before being killed by terminal.
select * from option_chain order by act_symbol desc
% dolt clone post-no-preference/options % cd options options % dolt sql -q "select * from option_chain order by act_symbol desc;" zsh: killed dolt sql -q "select * from option_chain order by act_symbol desc;" options % dolt sql -q "select count(*) from option_chain;" +----------+ | count(*) | +----------+ | 75275980 | +----------+
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dolt version
v1.48.0
.Running
select * from option_chain order by act_symbol desc
uses > 30GB of ram before being killed by terminal.The text was updated successfully, but these errors were encountered: