forked from cruppstahl/upscaledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
executable file
·159 lines (114 loc) · 4.7 KB
/
TODO
File metadata and controls
executable file
·159 lines (114 loc) · 4.7 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
I Am Legend:
Items are sorted by priority (highest on top).
o a pending TODO item (for the current release)
. a pending TODO item (for future releases)
x a finished TODO item
-----------------------------------------------------------------------------
o mail from Jake - performance regressions with frequent txn-aborts
x fixed in code
o run lessfs power-off recovery tests
o add to monster testsuite or to unittests
o run monster tests
o cleanup this TODO file - need better requirements tracking
-----------------------------------------------------------------------------
o review DB_NEW_PAGE_DOES_THRASH_CACHE - the cache age is not really used,
therefore this flag is most likely not required
o review statistics - the "cost" management; is this really in use? where?
-> leave it as is - Ger might need it again
------------------------------------------------------------
o what about a HAM_RMW flag for ham_insert - it will do a read/modify/write
operation if the record already exists; but how can we propagate a callback
for this?
o empty/small/tiny records
o large records
o in-memory records
o unittests
o documentation in header file
o documentation in wiki
o release new .NET wrapper with fix from a.todorov (-> nabble)
x move to github
. add server functionality
. add automatic code coverage using gconv
http://www.manpagez.com/man/1/gcov/
http://gcc.gnu.org/onlinedocs/gcc/Gcov.html
http://aleccolocco.blogspot.com/2009/08/sqlite-lesson-in-low-defect-software.html (section "Test Coverage with GCC")
o track coverage results, publish online
o gui tools: http://code.google.com/p/trucov/,
http://sourceforge.net/projects/ggcov/files/
. remove HAM_HINT_UBER_FAST_ACCESS, HAM_HINT_RANDOM_ACCESS,
HAM_HINT_SEQUENTIAL?
. unix daemon/windows service
o new option to set the working directory
o new option to set the username
. more server stuff
o add acceptance tests
. more server stuff
o how could we do authentication?
. support https?
. disable local client?
o need configure switch to disable the local client
-> also clean up db.h, env.h...
o add tests for --disable-remote and --disable-local to release.sh
. remove the garbage-list from the cache - it's not used
-----------------------------------------------------------------------------
o update the Python API
x move to github
. add server functionality
-----------------------------------------------------------------------------
o update the java API
x move to github
o add server functionality
=======================================================================
o how can we support the following environments
o threadx
o vxworks
o qnx
o opencl
o montavista
o nokia/intel embedded linux
. openwrt
. tron
. itron
. microitron
. android
x wince
-> and how can we automatically test them?
. pure java network client
. WinCE: create and run Unittests project
http://msexchangeteam.com/archive/2004/02/23/78930.aspx
o also, we could use mmap (which is currently disabled)
. some tests in filter.cpp are deactivated - fix them
. run profiling for duplicate tests - can things be improved?
o blob_overwrite/duplicate table handling: in some cases we can use
HAM_DIRECT_ACCESS to speed up things (at least for in-memory)
. webpage changes
http://www.purenetworks.com/
http://www.omegathemes.com/tf/smartages/#
http://eucalyptus.com/
http://www.pctools.com/de
x the header page image is too large
o frontpage: have multiple images (scrolling in background) with more
text info?
http://malsup.com/jquery/cycle/basic.html
http://www.sohtanaka.com/web-design/examples/image-slider/
http://www.slidedeck.com/
o sitemap: pulldown with jquery
o download: need download gates to track in analytics as goals
o rss feed
. evaluate if we can use bamboo for building and testing on multiple
platforms
o http://www.atlassian.com/software/bamboo/features/elastic.jsp#remote
o install server
o setup several agents (win32, win64, linux x86, linux x86_64, ...) and
run either all or only some of the tests, including valgrind!
o need tool to upgrade databases from 1.0.x to 1.1.x!
. ham_get_parameter: could return VERSION of the database
. approx. matching: need a sample
. Ger: can specify an initial file size
. merge threadsafe code
. HighLevelTxnTest::rollbackHugeBlobTest is inactive because huge blobs are
directly written to disk instead of going through the cache -> in case of
a txn_abort, these blobs are not reallocated
. win32: check Ger's solution - he can handle multiple msvc versions
. Perl wrapper
. PHP wrapper