8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ee133 commit 2b0956eCopy full SHA for 2b0956e
doc/TODO
@@ -155,7 +155,7 @@ EXOTIC FEATURES
155
156
* Add sql3 recursive unions
157
* Add the concept of dataspaces
158
-* Add replication of distributed databases
+* Add replication of distributed databases [replication]
159
* Allow queries across multiple databases
160
* Allow nested transactions (Vadim)
161
@@ -198,7 +198,7 @@ FSYNC
198
199
INDEXES
200
201
-* Use indexes in ORDER BY for min(), max()
+* Use indexes to find min() and max()
202
* Use index to restrict rows returned by multi-key index when used with
203
non-consecutive keys or OR clauses, so fewer heap accesses
204
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index, int8,
0 commit comments