summaryrefslogtreecommitdiff
path: root/sql/rowid_filter.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-2/+2
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-2/+2
| |\
| | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-2/+2
* | | Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2023-02-031-2/+2
* | | Added rowid_filter support to AriaMonty2023-02-031-31/+37
* | | Add limits for how many IO operations a table access will doMonty2023-02-021-9/+11
* | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-15/+2
* | | Added 'records_out' and join_type to POSITIONMonty2023-02-021-1/+2
* | | Make the most important optimizer constants user variablesMonty2023-02-021-1/+2
* | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-8/+22
* | | Update cost for hash and cached joinsMonty2023-02-021-2/+5
* | | Change class variable names in rowid_filter to longer, more clear namesMonty2023-01-301-18/+19
|/ /
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-0/+11
|\ \ | |/
| * MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-0/+11
* | Fixed wrong initializations of Dynamic_arrayMonty2021-03-201-1/+2
|/
* MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-021-0/+2
* MDEV-16188 Post review fixesIgor Babaev2019-02-141-1/+1
* MDEV-16188 Introduced the notion of adjusted filter gain.Igor Babaev2019-02-141-15/+22
* MDEV-16188 Post merge fixes: trying to get rid of Windows warnings.Igor Babaev2019-02-091-2/+2
* MDEV-16188 Post merge fixes:fixed warnings on WindowsIgor Babaev2019-02-061-1/+1
* MDEV-18144: ANALYZE for statement support for PK filtersGalina Shalygina2019-02-061-1/+11
* MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-127/+395
* MDEV-16188: Use in-memory PK filters built from range index scansGalina Shalygina2018-09-281-0/+183