This website requires JavaScript.
Explore
Get Started
openstack
/
cloudkitty
Code
Issues
Proposed changes
4be18760eb
Branches
Tags
View all branches
cloudkitty
/
releasenotes
/
notes
/
optimizing-sql-queries-939f48fff1805389.yaml
5 lines
85 B
YAML
Raw
Normal View
History
Unescape
Escape
Optimizing SQL queries that filter on a time range Queries filtering on date fields are slow as they have to parse each row. There are sometimes millions of rows to parse while only a few thousands are necessary. The following patch narrows data to process by filtering more on frame_model.begin as a firtst step using a `BETWEEN` statement instead of >= Change-Id: I8acbc8946d9e001419f7bf5064fcebe0a0ae907a Depends-On: Ia6908d13c91a02c47863ae6ac4b595ac98f9fd91
2022-11-23 12:36:04 +01:00
---
features
:
-
|
Clean up release note Release notes are aimed for end users or operators, not for developers. Change-Id: I0fb936b9c986fa159f6a19fffaad031ea6ff6df3
2023-09-18 15:48:23 +02:00
Improve performance of SQL queries filtering on date fields.
Copy Permalink