[JBoss JIRA] (TEIID-2390) Improve xml/json production
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2390:
-------------------------------------
Summary: Improve xml/json production
Key: TEIID-2390
URL: https://issues.jboss.org/browse/TEIID-2390
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
The current xml/json logic can produce a lot of intermediate results that are recopied and can result in a slower performance for larger documents.
The logic could allow for nested evaluations to delay creating their full string forms or simply allow the return values to remain appendable rather than requiring full copies.
--
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
13 years, 1 month
[JBoss JIRA] (TEIID-2389) jsonToXml may loose numerical precision
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2389?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-2389.
-----------------------------------
Resolution: Done
forked the relevant classes from json simple into org.teiid.json.simple and removed the dependency. Replaced double parsing with BigDecimal and addressed minor parser performance enhancements. We could switch back if the existing json-simple issues are worked or another option is to consolidate the event based parsing with the custom google parser for a single custom teiid json parser.
> jsonToXml may loose numerical precision
> ---------------------------------------
>
> Key: TEIID-2389
> URL: https://issues.jboss.org/browse/TEIID-2389
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 7.2
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.3
>
>
> The json simple parser will parse all numeric values as doubles, which may loose precision.
--
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
13 years, 1 month
[JBoss JIRA] (TEIID-2389) jsonToXml may loose numerical precision
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2389:
-------------------------------------
Summary: jsonToXml may loose numerical precision
Key: TEIID-2389
URL: https://issues.jboss.org/browse/TEIID-2389
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 7.2
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.3
The json simple parser will parse all numeric values as doubles, which may loose precision.
--
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
13 years, 1 month
[JBoss JIRA] (TEIID-2159) Provide language objects to produce a JSON document
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2159?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-2159:
-------------------------------------
+1 for Clob type, as using in the JDBC API it will reduce any confusion for access at the same time it will have all the streaming capabilities.
> Provide language objects to produce a JSON document
> ---------------------------------------------------
>
> Key: TEIID-2159
> URL: https://issues.jboss.org/browse/TEIID-2159
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Fix For: 8.3
>
>
> SQLXML is standard that lets users define XML constructs to define a XML documents using SQL. However there is such standard exists for producing the JSON based documents.
> It would be nice if Teiid provides such SQL language extensions produce and deal with JSON documents. The constructs equivalent from SQLXML are
> JsonParse
> JsonObject
> JsonArray
> JsonForrest
> JsonAgg
--
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
13 years, 1 month
[JBoss JIRA] (TEIID-2386) Add Preview VDB Filter back to RHQ Plugin
by Ted Jones (JIRA)
Ted Jones created TEIID-2386:
--------------------------------
Summary: Add Preview VDB Filter back to RHQ Plugin
Key: TEIID-2386
URL: https://issues.jboss.org/browse/TEIID-2386
Project: Teiid
Issue Type: Feature Request
Components: RHQ
Affects Versions: 8.3
Reporter: Ted Jones
Assignee: Ted Jones
Fix For: 8.3
In the pre-8.x version of the Teiid RHQ plugin, we had a filter for preview VDBs. We need to add that to the 8.x Teiid RHQ plugin as well.
--
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
13 years, 1 month
[JBoss JIRA] (TEIID-2385) Add VDB Deployment Logic for RHQ Plugin
by Ted Jones (JIRA)
Ted Jones created TEIID-2385:
--------------------------------
Summary: Add VDB Deployment Logic for RHQ Plugin
Key: TEIID-2385
URL: https://issues.jboss.org/browse/TEIID-2385
Project: Teiid
Issue Type: Feature Request
Components: RHQ
Affects Versions: 8.3
Reporter: Ted Jones
Assignee: Ted Jones
Fix For: 8.3
The content tab of a deployable resource in RHQ allows for deployment and versioning of resources. We need to add this to the Teiid RHQ plugin.
--
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
13 years, 1 month