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/a8883945 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a8883945 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a8883945
Branch: refs/heads/gh-wiki Commit: a888394550a9ddd9543a8a1cbe655d97c2eb90f3 Parents: ff8f297 Author: agingade <[email protected]> Authored: Fri Apr 10 14:30:24 2015 -0700 Committer: agingade <[email protected]> Committed: Fri Apr 10 14:30:24 2015 -0700 ---------------------------------------------------------------------- Geode-Internal-Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a8883945/Geode-Internal-Architecture.md ---------------------------------------------------------------------- diff --git a/Geode-Internal-Architecture.md b/Geode-Internal-Architecture.md index 7a26f98..d5e125b 100644 --- a/Geode-Internal-Architecture.md +++ b/Geode-Internal-Architecture.md @@ -190,7 +190,7 @@ To prevent the oplogs from growing forever, old oplogs are compacted. When over Geode provides a SQL-like querying language called OQL that allows applications to access data stored in regions. -OQL is a SQL-like language that allows additional functionality for querying complex objects, object attributes and methods. +OQL allows additional functionality for querying complex objects, object attributes and methods. Query - Implementation of query can be found in DefaultQuery. This class is the starting point for query execution and is a good place to start tracing in a debugger. When executing a query, the first step the engine takes is parsing the query. We use antlr to do this task, which generates an AST Tree and we then compile the tree and execute
