You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Sandish Kumar HN (JIRA)" <ji...@apache.org> on 2019/03/04 21:50:00 UTC

[jira] [Assigned] (NIFI-4493) PutCassandraQL Option to Disable Prepared Statements

     [ https://issues.apache.org/jira/browse/NIFI-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandish Kumar HN reassigned NIFI-4493:
--------------------------------------

    Assignee: Sandish Kumar HN

> PutCassandraQL Option to Disable Prepared Statements
> ----------------------------------------------------
>
>                 Key: NIFI-4493
>                 URL: https://issues.apache.org/jira/browse/NIFI-4493
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.4.0
>            Reporter: Ben Thorner
>            Assignee: Sandish Kumar HN
>            Priority: Minor
>              Labels: cassandra, putcassandraql
>
> Cassandra complains when using this processor to perform large numbers of changing queries. In our scenario, we are using batch statements to insert incoming data.
> INFO  [ScheduledTasks:1] 2017-10-17 16:13:35,213 QueryProcessor.java:134 - 3849 prepared statements discarded in the last minute because cache limit reached (66453504 bytes)
> In this scenario, I don't think it's feasible to use prepared statements, as the number of ? parameters is impractical. Could we instead have an option to disable prepared statements?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)