summaryrefslogtreecommitdiff
path: root/sql/rowid_filter.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-211-2/+1
* Adjust costs for rowid filterMonty2023-02-211-4/+4
* Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-031-6/+6
* Added rowid_filter support to AriaMonty2023-02-031-35/+24
* Add limits for how many IO operations a table access will doMonty2023-02-021-6/+3
* Changing all cost calculation to be given in millisecondsMonty2023-02-021-7/+12
* Added 'records_out' and join_type to POSITIONMonty2023-02-021-7/+15
* Make the most important optimizer constants user variablesMonty2023-02-021-5/+8
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-39/+37
* Make trace.add() usage uniformMonty2023-02-021-3/+6
* Update cost for hash and cached joinsMonty2023-02-021-1/+0
* Adjusted Range_rowid_filter_cost_info lookup cost slightly.Monty2023-01-301-1/+2
* Change class variable names in rowid_filter to longer, more clear namesMonty2023-01-301-19/+22
* Optimizer code cleanups, no logic changesMonty2023-01-301-3/+5
* Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+3
|\
| * MDEV-14907 FEDERATEDX doesn't respect DISTINCTMonty2022-01-051-0/+3
* | MDEV-22535 TABLE::initialize_quick_structures() takes 0.5% in oltp_read_onlyMonty2020-07-021-4/+7
* | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-0/+8
|\ \ | |/
| * MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-0/+8
* | Merge 10.4 into 10.5Marko Mäkelä2020-04-081-0/+29
|\ \ | |/
| * MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-021-0/+29
* | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-241-2/+2
|/
* Fixed uninitialized bug in Range_rowid_filter_cost_infoMichael Widenius2019-04-011-1/+3
* MDEV-16188: Remove redundant !this ||Marko Mäkelä2019-02-181-1/+1
* MDEV-16188 Post review fixesIgor Babaev2019-02-141-5/+9
* MDEV-16188 Introduced the notion of adjusted filter gain.Igor Babaev2019-02-141-5/+61
* MDEV-18413: Find constraint correlated indexesGalina Shalygina2019-02-101-5/+9
* MDEV-16188 Post merge fixes:fixed warnings on WindowsIgor Babaev2019-02-061-3/+4
* MDEV-18144: ANALYZE for statement support for PK filtersGalina Shalygina2019-02-061-0/+3
* MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-136/+474
* MDEV-16188: Use in-memory PK filters built from range index scansGalina Shalygina2018-09-281-0/+218