-
Notifications
You must be signed in to change notification settings - Fork 37
/
todo.txt
43 lines (25 loc) · 988 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== MongoWire ===
update/insert: "$cmd"{getlasterror:true}
GridFS (TStream descendant?)
helper methods, figure out how db/collection names work
when data is coming in, send data already (detect TCP packet size?)
async: StartQuery CheckResponse ReadResponse
connection pool
database commands
hint, explain, count, $where
database profiling: set/get profiling level, get profiling info
advanced connection management (replica pairs, slave okay)
automatic reconnection (pair mode?)
tailable cursor support
=== BSON document ===
to/from JSON
to/from XML (IXMLDOMNode)
BSON editor application (to/from file,clipboard...)
lazy parse: keep binary data, only parse when accessed
idea: IBSONDocument pool, pool on free, create from pool
idea: (central) index of key names, use FElements[].KeyIndex
jsonJavascript types as IActiveScript things?
GetSizeMax
support varByRef?
store bson element type and use when saving
varStrArg for GUIDs?