[MCOL-3837] Optimize execute() of regr_sxx, regr-sxy and regr_syy Created: 2020-02-24 Updated: 2020-11-12 Resolved: 2020-03-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 1.4.4, 1.5.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The regr_snn functions have a couple of unoptimized lines. It not only leads to more cpu cycles (really negligable), but also to unnecessary rounding error. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2020-03-17 ] |
|
Build verified: 1.5.0-1 BB engine commit: Regression only. This build returned identical window functions results as 1.4.3-4. 1.4.4-1 is not yet available. |
| Comment by Daniel Lee (Inactive) [ 2020-03-19 ] |
|
Build verified: 1.4.4.-1 source /root/ColumnStore/buildColumnstoreFromGithubSource/server Revert "make columnstore maturity gamma" This reverts commit e4a0372cd08a53f97a62d6b6ef32114b553cacb7. /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine Merge pull request #1113 from pleblanc1976/develop-1.4 Bumped version num to 1.4.4-1 |