3 Replies Latest reply on May 7, 2008 6:10 AM by mircea.markus

    A FQN row of JDBCCacheLoader?

    scotthkao

      Let's suppose there exist the following nodes:
      /a/b/c1
      /a/b/c2
      /a/b/c3

      How many rows are there in the jdbc table?
      1. only one containing a big "/a" or
      2. three rows, each containing /a/b/c1, /a/b/c2, /a/b/c3?

      One more question:
      If I read attribute "attr1" from /a/b/c1 in the cache, how many rows will be read from jdbc?
      1. only "/a" or
      2. only /a/b/c1 or
      3. all three /a/b/c1, /a/b/c2, /a/b/c3?

      Thanks in advance,
      Scott