Skip to content

Commit

Permalink
changes.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 3, 2008
1 parent db5b555 commit ee82fdb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions symmetric/src/changes/changes.xml
Expand Up @@ -7,6 +7,17 @@
<body>
<release version="1.4.0" date="unknown" description="Lets add some polish">
<action dev="erilong" type="fix">Sorted outgoing batch in code to reduce stress on database.</action>
<action dev="erilong" type="fix">
Change index on sym_data_event to (batched, node_id, channel_id), which is how we are accessing the
table.
</action>
<action dev="erilong" type="fix">
Improve performance by doing a multi-row count and update during batching. If the count is greater than
the max batch size, then we fall back to the peek ahead result set scrolling.
</action>
<action dev="erilong" type="fix">
Cache channels query - we run this too much on high activity systems.
</action>
<action dev="erilong" type="fix">
Went through code to make sure ALL literals in SQL were parameterized (even the ones that are not
variable). This makes a big difference on Oracle.
Expand Down Expand Up @@ -55,8 +66,7 @@
</action>
<action dev="chenson42" type="add">
Added a new plug-in point, the IBatchListener. This new interface gives the end user a chance to do
something with a group of data rows that are in the same batch. See XmlPublisher for an usage
example.
something with a group of data rows that are in the same batch. See XmlPublisher for an usage example.
</action>
<action dev="chenson42" type="add">
Added a new plug-in point, the IExtractorFilter. This new filter can be useful to capture and react to
Expand Down

0 comments on commit ee82fdb

Please sign in to comment.