summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-07-29 11:32:03 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-07-29 11:32:03 +1000
commit26f6a7d318e136351d0b92d86896501acb3e51df (patch)
tree37e2a640e75a6e0f073a532d0b9337b000139b55 /NEWS
parent41a4fc9a6c971494318e97f9c5af66cc1824f4b3 (diff)
downloadmongo-26f6a7d318e136351d0b92d86896501acb3e51df.tar.gz
Add details for query performance improvements to changelog.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97913ea1012..df2adf914ff 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,9 @@ Other significant changes:
* Performance improvement for high throughput workloads using multiple
eviction threads. Performance of some workloads improves by over 15% [#1087]
-* Several performance optimizations for queries in common paths.
+* Significant performance optimizations for queries. Giving up to 20%
+ throughput improvement for in-memory query workloads.
+ https://github.com/wiredtiger/wiredtiger/wiki/Query-throughput
* Fix a bug when packing structures that include the packed size. [#1104][#1121]