I am seriously considering using elastic search as my primary database. The only thing holding me back is understanding whether or not json document size slows down elastic search. For example, if I index json documents with 100 fields rather than the 3 fields I need to search (and then querying my sql db for the other data), would elastic search be any slower?
Is this concern any reason not to use elastic search as my primary data storage? I will keep a backup in a traditional database so I can rebuild the index but my plan is to primarily query elastic search. Does this sound like a good idea?