Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cleanup | Sergei Petrunia | 2022-01-19 | 1 | -4/+2 |
* | MDEV-27229: Estimation for filtered rows less precise ... #5 | Sergei Petrunia | 2022-01-19 | 1 | -2/+2 |
* | MDEV-26519: Improved histograms: Make JSON parser efficient | Sergei Petrunia | 2022-01-19 | 1 | -3/+6 |
* | MDEV-26849: JSON Histograms: point selectivity estimates are off | Sergei Petrunia | 2022-01-19 | 1 | -2/+4 |
* | More "straightforward" memory management | Sergei Petrunia | 2022-01-19 | 1 | -1/+1 |
* | More code cleanups | Sergei Petrunia | 2022-01-19 | 1 | -15/+8 |
* | Move JSON histograms code into its own files | Sergei Petrunia | 2022-01-19 | 1 | -58/+69 |
* | Histogram code cleanup and fixes | Sergei Petrunia | 2022-01-19 | 1 | -1/+2 |
* | Better names: s/histogram_/histogram/, s/Histogram_json/Histogram_json_hb/ | Sergei Petrunia | 2022-01-19 | 1 | -5/+2 |
* | Cleanup histogram collection code | Sergei Petrunia | 2022-01-19 | 1 | -0/+10 |
* | Fix compiation on windows | Sergei Petrunia | 2022-01-19 | 1 | -2/+2 |
* | Code cleanup + reduce the diff size | Sergei Petrunia | 2022-01-19 | 1 | -22/+22 |
* | Fix histogram memory management | Sergei Petrunia | 2022-01-19 | 1 | -0/+10 |
* | Code cleanup part#2: do not copy key values in xxx_selectivity() functions | Sergei Petrunia | 2022-01-19 | 1 | -4/+2 |
* | Fix JSON parsing: future-proof data representation in JSON, code cleanup | Sergei Petrunia | 2022-01-19 | 1 | -6/+10 |
* | Code cleanup part #2. | Sergei Petrunia | 2022-01-19 | 1 | -4/+9 |
* | Code cleanup part #1 | Sergei Petrunia | 2022-01-19 | 1 | -47/+36 |
* | Rename histogram_type=JSON to JSON_HB | Sergei Petrunia | 2022-01-19 | 1 | -2/+2 |
* | Implement point selectivity for JSON histograms | Michael Okoko | 2022-01-19 | 1 | -6/+3 |
* | Refactor histogram point selectivity | Michael Okoko | 2022-01-19 | 1 | -7/+7 |
* | replace range_selectivity methods for Histograms and add tests | Michael Okoko | 2022-01-19 | 1 | -23/+6 |
* | Use binary search to compute range selectivity | Michael Okoko | 2022-01-19 | 1 | -0/+7 |
* | Use generic Histogram_base class for Histogram_builders | Michael Okoko | 2022-01-19 | 1 | -4/+14 |
* | MDEV-21130: Histograms: use JSON as on-disk format | Sergei Petrunia | 2022-01-19 | 1 | -5/+35 |
* | inform test result of zero hist_size for json histogram | Michael Okoko | 2022-01-19 | 1 | -2/+2 |
* | implement parse and serialize for histogram json | Michael Okoko | 2022-01-19 | 1 | -2/+4 |
* | remove unneeded shared methods | Michael Okoko | 2022-01-19 | 1 | -11/+2 |
* | Split histogram classes and into JSON and binary classes | Michael Okoko | 2022-01-19 | 1 | -17/+75 |
* | MDEV-21130: Histograms: use JSON as on-disk format | Sergei Petrunia | 2022-01-19 | 1 | -28/+62 |
* | Store bucket bounds and extend test cases for JSON histogram | Michael Okoko | 2022-01-19 | 1 | -3/+3 |
* | Prepare JSON as valid histogram_type | Michael Okoko | 2022-01-19 | 1 | -3/+9 |
* | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-02-23 | 1 | -0/+11 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-22 | 1 | -0/+11 |
| |\ | |||||
| | * | MDEV-19474: Histogram statistics are used even with optimizer_use_condition_s... | Varun Gupta | 2021-02-16 | 1 | -0/+11 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-20 | 1 | -8/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-20 | 1 | -8/+10 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-07-20 | 1 | -8/+10 |
| | |\ | |||||
| | | * | MDEV-22851: Engine independent index statistics are incorrect for large table... | Varun Gupta | 2020-07-15 | 1 | -8/+10 |
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-06-03 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-06-02 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-06-01 | 1 | -1/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Thread safe histograms loading | Sergey Vojtovich | 2020-05-29 | 1 | -1/+0 |
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-10-10 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-10-09 | 1 | -2/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-10-09 | 1 | -2/+1 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table / | Sergey Vojtovich | 2019-10-07 | 1 | -0/+1 |
| | | * | Cleanup EITS | Sergey Vojtovich | 2019-10-02 | 1 | -2/+0 |
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ |