[MCOL-122] EXPLAIN row count estimate very wrong for full table scan Created: 2016-06-11  Updated: 2019-07-10  Resolved: 2019-07-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: ?
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Minor
Reporter: Justin Swanhart (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None

Epic Link: ColumnStore Compatibility Improvements

 Description   

Table contains 5.6M rows:

MariaDB [ssb_cs]> explain select count from lineorder\G

                                                      • 1. row ***************************
                                                        id: 1
                                                        select_type: SIMPLE
                                                        table: lineorder
                                                        type: ALL
                                                        possible_keys: NULL
                                                        key: NULL
                                                        key_len: NULL
                                                        ref: NULL
                                                        rows: 2000
                                                        Extra:
                                                        1 row in set (0.00 sec)

Generated at Thu Feb 08 02:18:40 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.