Author: lewismc
Date: Sat May 17 18:57:52 2014
New Revision: 1595529
URL: http://svn.apache.org/r1595529
Log:
Add autoflush property
Modified:
gora/site/trunk/content/current/gora-hbase.md
Modified: gora/site/trunk/content/current/gora-hbase.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-hbase.md?rev=1595529&r1=1595528&r2=1595529&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-hbase.md (original)
+++ gora/site/trunk/content/current/gora-hbase.md Sat May 17 18:57:52 2014
@@ -8,7 +8,8 @@ module enables [Apache HBase](http://hba
* <code>gora.datastore.default=org.apache.gora.hbase.store.HBaseStore</code> -
Implementation of the storage class
* <code>gora.datastore.autocreateschema=true</code> - Create the table if
doesn't exist
* <code>gora.datastore.scanner.caching=1000</code> - HBase client cache that
improves the scan in HBase (default 0)
-
+* <code>hbase.client.autoflush.default=false</code> - HBase autoflushing.
Enabling autoflush decreases write performance. Available since Gora 0.2.
Defaults to disabled.
+
##Gora HBase mappings
Say we wished to map some Employee data and store it into the HBaseStore.