Benchmark results on a Raspberry Pi Zero 2W: Creating a database with only jammy-proposed (fits into memory):
* pickle: 43s for creation, 5s for querying (including pickling) * SQLite: 45s for creation, 1s for querying * DBM (GNU): 123s for creation, 1s for querying * DBM (NDBM): 208s for creation, 1-2s for querying Creating a database with jammy (does not fit into memory): * pickle: not tested (but test_retrace_jammy_sandbox took 16075.58s = 4.5h) * SQLite: 14m19s for creation, 1.6s for querying * DBM (GNU): manually aborted after 10h * DBM (NDBM): manually aborted after several hours (did not check the clock) So DBM is disqualified and SQLite is the only remaining contender. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073787 Title: apport-retrace needs more than 1 GB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2073787/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
