Skip to content

Commit 2b0956e

Browse files
committed
Update replication todo.
1 parent 49ee133 commit 2b0956e

File tree

3 files changed

+914
-4
lines changed

3 files changed

+914
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ EXOTIC FEATURES
155155

156156
* Add sql3 recursive unions
157157
* Add the concept of dataspaces
158-
* Add replication of distributed databases
158+
* Add replication of distributed databases [replication]
159159
* Allow queries across multiple databases
160160
* Allow nested transactions (Vadim)
161161

@@ -198,7 +198,7 @@ FSYNC
198198

199199
INDEXES
200200

201-
* Use indexes in ORDER BY for min(), max()
201+
* Use indexes to find min() and max()
202202
* Use index to restrict rows returned by multi-key index when used with
203203
non-consecutive keys or OR clauses, so fewer heap accesses
204204
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index, int8,

0 commit comments

Comments
 (0)