5 Replies Latest reply on May 22, 2014 10:48 AM by sarin_ashish

    How a query is processed in embedded Teiid

    sarin_ashish

      Hi everyone,

       

      I'm using Teiid in embedded mode. I was trying to debug the Teiid source code to see how Teiid processes an SQL query and fetches data. I saw that OioOjbectChannelFactory's write method is used to write request details (that includes the method name, class that contains the method, method arguments, and the SQL query to execute) to the socket. Now, I'm unable to find how the message written to the socket is used to execute the given SQL query and fetch data. It'd be great if someone can give me pointers on which class(es) I should add debug points to see how the SQL queries are processed by Teiid runtime.


      regards

      ashish