Skip to content

Commit

Permalink
Updated version, README and Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccracken07 committed Dec 4, 2015
1 parent 1571ce6 commit bf1234f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified AquaQTorQ.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ This will launch the a process running within the framework with all the default
- **2.2.1, November 2015**:
* Bug fix - fixed endofdaysort to not throw type error when par.txt is available
* Bug fix - fixed gateway so results are not dropped when a client loses connection and another is querying multiple servers
- **2.3.0, December 2015**:
* Added optional write down method to wdb process, which allows data to be written to custom partition schemes during the day.
At the end of day before being moved to the hdb, data is merged instead of sorted, which will allow the data to be accessed sooner.
The optional method may present a significant saving in time for datasets with a low cardinality (small distinct number of elements), i.e. FX market data
* Added write access control to message handlers (using reval), which restricts the ability of querying clients to modify data in place
* Added functionality to return approximate memory size of kdb+ objects
* Bug fixes
2 changes: 1 addition & 1 deletion config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.0

0 comments on commit bf1234f

Please sign in to comment.