Jonas Haag
Jonas Haag
Couldn't we "just" do it in SQL? Otherwise, I agree that it's better to do it in a streaming fashion. Here's a bunch of examples how to do it https://github.com/zzzeek/sqlalchemy/blob/master/examples/performance/large_resultsets.py
I want to plot the number of instances in the database over time. Now in my case the number of objects can only increase, never decrease, so an easy way...
How about this: add an encoding parameter when loading the tag file that defaults to UTF8 and show people how to specify an encoding when generating the ctags file in...
Could you please move the unrelated ckeanups like in the readme to another pull request? Otherwise it's just too much to review at once. Thanks
What's the state of this?
Yes, let's do it :)
We should send fewer packages to libsolv by "presolving", see https://github.com/mamba-org/mamba/issues/2824
What took the most time for us was loading the huge profile JSON blob from the SQL database. Not sure if you're having the same problem. My guess is that...
cc @stephanerb
> How did you solve the SQL storage issue? Store the gzipped profiles on the file system? Yes > In any case, is the source available on the web? I...