Reputation: 1
I'm checking the option to migrate an index from elasticsearch to mongodb.
In my Elasticsearch index, the _id of each document is generated on another service, which insert a new document to the index with predefined _id (which is a postgres uuid type).
I want to migrate this index from elasticsearch to mongodb because we decided that elasticsearch is overkill to managing one index which we mostly use for OLTP.
I'm a dba, but I'm new to mongodb - based on what I found so far I have 2 options:
we are working mostly with the uuid values (we have multiple services which use UUID with postgres) and they are related to one another.
my questions regarding this:
i.e. every resource is AWS based - so RDS Postgres, Elasticsearch and DocumentDB
Thank you very much :)
Upvotes: 0
Views: 242