[infinispan-issues] [JBoss JIRA] (ISPN-6845) A JDBC-based CacheLoader/CacheWriter that breaks down keys and values into multiple table columns

Krzysztof Sobolewski (JIRA) issues at jboss.org
Thu Jul 7 07:05:00 EDT 2016


Krzysztof Sobolewski created ISPN-6845:
------------------------------------------

             Summary: A JDBC-based CacheLoader/CacheWriter that breaks down keys and values into multiple table columns
                 Key: ISPN-6845
                 URL: https://issues.jboss.org/browse/ISPN-6845
             Project: Infinispan
          Issue Type: Feature Request
          Components: Loaders and Stores
    Affects Versions: 9.0.0.Alpha2
            Reporter: Krzysztof Sobolewski


Even in the JBoss Cache days we (at my $DAYJOB) were not really happy with how the JDBC cache loader stores the data. Yes, marshalling the value into a BLOB is universal and portable, but nevertheless we created our own variant that increases visibility into the data by storing each attribute of the value in its own database table, in a human-readable format. It also very slightly improves performance, but that's not the primary goal. I think something like this would be useful in Infinispan.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list