summaryrefslogtreecommitdiffstats
path: root/TODO.txt
blob: 45a3921c6a1f3a8fe8f1b5d94940a092a92c6056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Missing pieces:

- large index update support (can read large indexes, but not update them)
  * HARD (all the knowledge exists, but lots of coding remains)
- 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
- 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