Member since
03-06-2024
5
Posts
3
Kudos Received
0
Solutions
04-15-2024
06:20 AM
2 Kudos
Load the data into NiFi in an iterative manner, for this you can evaluate GenerateTableFetch -->ExecuteSQL. Loading a large table in one go with ExecuteSQL could result in high heap usage. on the other side, CPU usage is high due to running too many parallelism by increasing the processor concurrent task from default 1 to 8 which is not required. Thank you
... View more
03-11-2024
02:09 AM
1 Kudo
I have ExecuteSQL running against mysql as source and the source table structure as is follow: `disable_min_bid` is set as tinyint(1) DEFAULT '0' but once running the ExecuteSQL looking at the AVRO files the datatype + data is changed into boolean (true/false): Is there any way to ignore this conversion? This is how my ExecuteSQL is configured right now:
... View more
Labels:
- Labels:
-
Apache NiFi