[ 
https://issues.apache.org/jira/browse/NIFI-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036802#comment-15036802
 ] 

ASF subversion and git services commented on NIFI-1239:
-------------------------------------------------------

Commit 02dc7e82b248e3204554ba0ef41529b094a502b0 in nifi's branch 
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=02dc7e8 ]

NIFI-1239: Fixed bug that caused the cache to hold 0 elements instead of 100


> ConvertJSONToSQL should cache results from database resultset metadata
> ----------------------------------------------------------------------
>
>                 Key: NIFI-1239
>                 URL: https://issues.apache.org/jira/browse/NIFI-1239
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>             Fix For: 0.4.0
>
>         Attachments: 
> 0001-NIFI-1239-Fixed-bug-that-caused-the-cache-to-hold-0-.patch
>
>
> Currently, when we convert JSON to SQL, we make calls to the database to 
> determine the type of each column that we are converting. We should cache 
> this information instead of calling to the database each time, as performance 
> will be greatly improved. We should be sure not to cache indefinitely, 
> though, as the schema could change.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to