[MDEV-4430] INDEX Optimization - Virtual Column, Dynamic Column and Index optimization Created: 2013-04-24 Updated: 2015-01-29 Resolved: 2014-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | optimizer | ||
| Issue Links: |
|
||||||||
| Description |
|
Hi guys,
now the problem... i have about 50k rows in this table..
result => using index condition, key = 'tmp_substr_key', 1 rows
result => using where, full table scan — (2) is the MDEV feature requested here it give DBA an oportunity to optimize closed systems, that we can't change source code, just tables... think about a sloowww query that could be optimized with a virtual column + index + sql rewrite ! ok many job... but it's a nice feature think about MongoDB like features... a schema less table with index on fields that may or may not exists based on LONGBLOB fields + Dynamic Column + Virtual Index, i could say goodbye mongoDB for small systems (ok the map reduce is a parallel operation with high query performace, but it's not mysql =] ) |