[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
Mon Jul 11 06:34:00 EDT 2016
[ https://issues.jboss.org/browse/ISPN-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262578#comment-13262578 ]
Krzysztof Sobolewski edited comment on ISPN-6845 at 7/11/16 6:33 AM:
---------------------------------------------------------------------
[This comment was made obsolete by closing of ISPN-6743]
was (Author: ksobolewski):
(But see also https://github.com/ksobolew/infinispan/tree/ISPN-6743, for ISPN-6743)
> 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