blob: dcd75b503bfd8d30f16bbde70806ae58c6fdd44c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Missing pieces:
- handle more text index entry types (extended charsets, alternate encodings)
* MEDIUM
- determine when/when not to inline memo/ole data for a row of data depending
on how much will be written in the current row
* MEDIUM
- handle row "updates": write row data back to current row, handling overflow
* MEDIUM
- implement index creation
* VERY HARD (still missing knowledge about all the magic bits in index meta
data)
- implement table, column, index renaming
* EASY
- implement table, column, index deletion
* EASY - MEDIUM
|