Looking at some examples online for moving data from a relational table to a document store or JSON files, it is unclear how well QueryDatabaseTable will scale to large resultsets.
Is the QueryDatabaseTable -> SplitAvro -> ConvertAvroToJSON -> PutFile the best way to do this? Examples: https://blog.couchbase.com/nifi-processing-flow-couchbase-server/ https://www.batchiq.com/database-extract-with-nifi.html
