Is that means you want to query the data incremently or just get all the data in one go?
I saw your sql statement will query all the data in one go, with some changes of the query you can get the "delta" from the latest value.
You could use a jdbc input to SELECT id, title FROM posts, then a jdbc_streaming filter to fetch the body for each event (i.e. each row of the database). Hard to see how that would actually be cheaper, although it would distribute the work more.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.