summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-09-12 00:40:28 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-09-12 00:40:28 +0200
commita58519f6b116729b6992a2ccf843d76508cc4fbf (patch)
treee8117ad01c83b88c9eb5d919c491023da3a94c3c /NEWS.rst
parentb0ce68120f9ce45fd298881ff24f0dc813f390a9 (diff)
downloadhappybase-a58519f6b116729b6992a2ccf843d76508cc4fbf.tar.gz
Update NEWS
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b34c38a..2119303 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,14 @@ HappyBase 0.5 (not yet released)
(TODO)
+* The debug log message emitted by :py:meth:`Table.scan` when closing a scanner
+ now includes both the number of rows returned to the calling code, and also
+ the number of rows actually fetched from the server. If scanners are not
+ completely iterated over (e.g. because of a 'break' statement in the for loop
+ for the scanner), these numbers may differ. If this happens often, and the
+ differences are big, this may be a hint that the batch_size is not optimal for
+ your application.
+
HappyBase 0.4
-------------