[infinispan-issues] [JBoss JIRA] (ISPN-2675) Need way to use custom create table syntax
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Jan 10 06:43:09 EST 2013
[ https://issues.jboss.org/browse/ISPN-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744720#comment-12744720 ]
Mircea Markus commented on ISPN-2675:
-------------------------------------
"So I need for the 5.2 a way to provide custom create table syntax :-|"
you are allowed to create the table by hand by setting "createOnStartup" to false. Isn't that good enough?
> Need way to use custom create table syntax
> ------------------------------------------
>
> Key: ISPN-2675
> URL: https://issues.jboss.org/browse/ISPN-2675
> Project: Infinispan
> Issue Type: Feature Request
> Components: Loaders and Stores
> Affects Versions: 5.2.0.Beta6
> Reporter: Thomas Fromm
> Assignee: Mircea Markus
> Fix For: 5.2.0.Final
>
>
> Currently with oracle and LOB as column type for cache value the LOB data are tried to store inline. This is expensive and a major performance issue (for me).
> Details to this: http://www.idevelopment.info/data/Oracle/DBA_tips/LOBs/LOBS_2.shtml
> So I need for the 5.2 a way to provide custom create table syntax :-|
> Maybe a workaround could that I execute ALTER TABLE statement after cache startup, but then I need to check table attributes first if alter table statement is nessessary. Provide own create table statement is much easier.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list