Today I started with query object adaptation. I use the previous branch for query object compiler [1]. Add few changes identified previously, but not in this branch. Refer the algebra adaptation previously I did.
[1] svn://svn.zope.org/repos/main/Sandbox/adamg/ocql/branches/qo-compiler
Subscribe to:
Post Comments (Atom)
3 comments:
I continued with the query optimization. I messed up with the modifications and the errors I got. Then I go through step by step with the modifications.
So that I was able to find the behaviour of the system after some simple modification. It works up to now and better than wasting time to fix all the problems at once.
I was able to call rewriter methods by using adapters. Step by step process worked well. I spent sometime to get the error, occurred by not registering the adapters. Actually I did it in a wrong place where they were not registered when the program needs them.
Then continue with adding adapters to all the identified classes of query objects.
I am very happy today. I was able to complete rewriter adaptation [1]. Had plenty of errors, mistakes, etc. Go through the errors call history and correct them accordingly.
I enjoyed very much with the work.
[1] svn://svn.zope.org/repos/main/Sandbox/adamg/ocql/branches/qo-compiler
Post a Comment