[JBoss JIRA] (TEIID-5736) General odata function mapping
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5736?focusedWorklogId=12451796&pag... ]
Steven Hawkins logged work on TEIID-5736:
-----------------------------------------
Author: Steven Hawkins
Created on: 23/Jul/20 11:19 AM
Start Date: 23/Jul/20 11:19 AM
Worklog Time Spent: 2 hours
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes
Time Spent: 2 hours
Worklog Id: (was: 12451796)
> General odata function mapping
> ------------------------------
>
> Key: TEIID-5736
> URL: https://issues.redhat.com/browse/TEIID-5736
> Project: Teiid
> Issue Type: Quality Risk
> Components: OData
> Reporter: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
> Time Spent: 2 hours
> Remaining Estimate: 0 minutes
>
> We are currently mapping procedures and functions defined by ddl to odata functions/actions. The latter is due that the function is represented in our system metadata as a procedure. We need to decide if all functions should be mapped. There's also the notion of a composable function that could be helpful.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5736) General odata function mapping
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5736?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-5736:
---------------------------------------
Also it appears that odata does not account for varargs, but that will need to be addressed by a separate issue.
> General odata function mapping
> ------------------------------
>
> Key: TEIID-5736
> URL: https://issues.redhat.com/browse/TEIID-5736
> Project: Teiid
> Issue Type: Quality Risk
> Components: OData
> Reporter: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
>
> We are currently mapping procedures and functions defined by ddl to odata functions/actions. The latter is due that the function is represented in our system metadata as a procedure. We need to decide if all functions should be mapped. There's also the notion of a composable function that could be helpful.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5998) Relax the maxFileStoreLength based upon TEIID-5584
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5998?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5998.
-----------------------------------
Resolution: Done
With the default of 20 active plans the max size of a temporary lob is 1/80 of the storage space. With the default of 50 gb that is approximately 625 mb. A single large temporary lob or set of lobs (for example from using copylobs) could easily exceed that. Once we added TEIID-5584, we do a better job of recovering from out of disk situations (the biggest possible downside is that in high concurrency situations more sessions than necessary may be killed). So with this change we strike a different balance that will allow for a larger max size. With the default of 20 active plans we'll now allow a max size of 1/6 th of the storage space - anything larger than that is certainly indicative of a problem that should be killed immediately. The actual calculation is max space / max active plans ^ .6 so that even much higher numbers of active plans can still have rather large lobs.
> Relax the maxFileStoreLength based upon TEIID-5584
> --------------------------------------------------
>
> Key: TEIID-5998
> URL: https://issues.redhat.com/browse/TEIID-5998
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Based upon https://github.com/teiid/teiid/issues/1314 we should relax the individual max file length to allow for session killing to be utilized if needed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5998) Relax the maxFileStoreLength based upon TEIID-5584
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5998?focusedWorklogId=12451793&pag... ]
Steven Hawkins logged work on TEIID-5998:
-----------------------------------------
Author: Steven Hawkins
Created on: 23/Jul/20 8:35 AM
Start Date: 23/Jul/20 8:35 AM
Worklog Time Spent: 2 hours
Work Description: Time spent on the github and this issue along with the coding.
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 2 hours)
Time Spent: 2 hours
Worklog Id: (was: 12451793)
> Relax the maxFileStoreLength based upon TEIID-5584
> --------------------------------------------------
>
> Key: TEIID-5998
> URL: https://issues.redhat.com/browse/TEIID-5998
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
> Original Estimate: 2 hours
> Time Spent: 2 hours
> Remaining Estimate: 0 minutes
>
> Based upon https://github.com/teiid/teiid/issues/1314 we should relax the individual max file length to allow for session killing to be utilized if needed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5997) Update olingo polygon support
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5997?focusedWorklogId=12451785&pag... ]
Steven Hawkins logged work on TEIID-5997:
-----------------------------------------
Author: Steven Hawkins
Created on: 22/Jul/20 11:53 AM
Start Date: 22/Jul/20 11:53 AM
Worklog Time Spent: 2 hours
Issue Time Tracking
-------------------
Remaining Estimate: 1 hour (was: 3 hours)
Time Spent: 2 hours
Worklog Id: (was: 12451785)
> Update olingo polygon support
> -----------------------------
>
> Key: TEIID-5997
> URL: https://issues.redhat.com/browse/TEIID-5997
> Project: Teiid
> Issue Type: Bug
> Components: OData
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 15.0, 13.1.2, 14.0.1
>
> Original Estimate: 3 hours
> Time Spent: 2 hours
> Remaining Estimate: 1 hour
>
> OLINGO-1294 to support multiple interior rings was committed a while ago, but I didn't follow up with the changes to Teiid.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months