I found in documentation that RethinkDB can store Binary Files (BLOBs).
This is great !
I have an ECM application and need to store 50.000.000 of files. ( from 8K until 1GB ).
I need to know what is the max file size in RethinkDB ? Will be some problem with performance ? How RethinkDB will store these files on disk ? Is there any overhead or memory issues ?
Any Help is Appreciate.