Updated Geode Internal Architecture (markdown) Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/42690c36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/42690c36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/42690c36
Branch: refs/heads/gh-wiki Commit: 42690c36770898663880044fb23653f54c06b0de Parents: 4cd59ad Author: Anthony Baker <[email protected]> Authored: Fri Apr 10 13:25:40 2015 -0700 Committer: Anthony Baker <[email protected]> Committed: Fri Apr 10 13:25:40 2015 -0700 ---------------------------------------------------------------------- Geode-Internal-Architecture.md | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/42690c36/Geode-Internal-Architecture.md ---------------------------------------------------------------------- diff --git a/Geode-Internal-Architecture.md b/Geode-Internal-Architecture.md index 37c6884..c38fb18 100644 --- a/Geode-Internal-Architecture.md +++ b/Geode-Internal-Architecture.md @@ -219,7 +219,3 @@ So for example an portfolio.positions'key' = 'IBM' The map range index would hav * PrimaryKeyIndex - The primary key index is a very lightweight index that hints to the query engine that it should do a a region.get(key) * PartitionedIndex - The partition index is a collection of indexes which are the buckets of the region. - -# FunctionService - -TBD \ No newline at end of file
