How much faster is the InMemory adaptor compared to the JDBC adaptor?
The InMemory adaptor is very much faster than the JDBC adaptor. How much faster it is, depends on the underlying DataBase and JDBC driver used, and the operation being performed. For example, resolve operations using the JDBC adaptor with Sybase takes twice the time as that using the InMemory adaptor, while the JDBC adaptor with Oracle takes four times the time.