commit | 45788a5176fcc74a769902501b9296cd860192c9 | [log] [tgz] |
---|---|---|
author | Alexander Yashkin <a-v-y@yandex-team.ru> | Sat Jun 24 06:05:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 24 06:05:36 2023 |
tree | 13e6075516de8007572d460fcf87d07bb4ae30b1 | |
parent | 0824514d76a5306685478a11761235f1f0ec304f [diff] |
Remove useless ordering Remove useless ORDER BY sql operator. Result of SELECT statement is inserted into std::map<DownloadId, DownloadRow*> with id used as key so ordering by start_time is not used and only slows SELECT. Speed-up is more noticeable in profiles with thousands of downloads. Change-Id: I67c55a50f91d1b8b8ebe25a325dab0f1a578d9dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4642388 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru> Cr-Commit-Position: refs/heads/main@{#1162072}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.