What are the options to index large data from Oracle DB to elastic search cluster? Requirement is to index 300Million records one time into multiple indexes and
We use ES as a reporting db and when new records are written to SQL we take the following action to get them into ES:
This process works great because it handles both new data and old data. For old data just write a quick script to write 300M primary keys into rabbit and you're done!