diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 8f27791c..413fd1b2 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,10 @@ http://www.springsource.org/spring-gemfire Changes in version 1.1.0.M3 (2011-mm-dd) ---------------------------------------- +General +* Upgraded to GemFire 6.6 GA +* Introduced support for GemFire Indecies + Package org.springframework.data.gemfire.client * Add missing properties to PoolFactoryBean and pool namespace diff --git a/docs/src/reference/docbook/reference/bootstrap.xml b/docs/src/reference/docbook/reference/bootstrap.xml index 1b615cbd..256e1bfd 100644 --- a/docs/src/reference/docbook/reference/bootstrap.xml +++ b/docs/src/reference/docbook/reference/bootstrap.xml @@ -774,4 +774,17 @@ redundancy. Each copy provides extra backup at the expense of extra storages.Whatever route one chooses to go, SGF supports both approaches allowing for easy migrate between them without forcing an upfront decision. +
+ Creating Indecies + + GemFire allows creation on indices (or indexes) to improve the performance of (common) queries. SGF allows indecies to be declared through the index element: + + + ]]> + + Note that index declaration are not bound to a region but rather are top-level elements (just like gfe:cache). This allows one to declare any number of indecies on any region + whether they are just created or already exist - an improvement versus the GemFire cache.xml. By default the index relies on the default cache declaration but one can customize it + accordingly or use a pool (if need be) - see the namespace schema for the full set of options. +
+ \ No newline at end of file