[teiid-commits] [teiid/teiid] b9b923: TEIID-3359: Caching the result of the query based ...

Ramesh Reddy rareddy at jboss.org
Thu Mar 19 17:54:25 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: b9b923635ed778f09ad34fd07b2d2d49ce27a9a8
      https://github.com/teiid/teiid/commit/b9b923635ed778f09ad34fd07b2d2d49ce27a9a8
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M odata/src/main/java/org/teiid/odata/EntityList.java
    M odata/src/main/java/org/teiid/odata/LocalClient.java
    M odata/src/test/java/org/teiid/odata/TestODataIntegration.java

  Log Message:
  -----------
  TEIID-3359: Caching the result of the query based on the sesson id and allowing the skiptoken to use this sessionid to get subsequent results from the cache, previously if two users came with same query, they would have shared same cache


  Commit: 84b363e4bc997eff6e923200a76aa104da2516c3
      https://github.com/teiid/teiid/commit/84b363e4bc997eff6e923200a76aa104da2516c3
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2015-03-19 (Thu, 19 Mar 2015)

  Changed paths:
    M odata/src/main/java/org/teiid/odata/EntityList.java
    M odata/src/main/java/org/teiid/odata/LocalClient.java
    M odata/src/test/java/org/teiid/odata/TestODataIntegration.java

  Log Message:
  -----------
  Merge pull request #429 from rareddy/TEIID-3359

TEIID-3359: Caching the result of the query based on the sesson id and a...


Compare: https://github.com/teiid/teiid/compare/1ed1e7aa02d9...84b363e4bc99


More information about the teiid-commits mailing list