I'm designing an application based on RethinkDB, which involves storing images.
Each entity that I wish to store involves a number of fields of text, numeric data and an image of several hundred kilobytes.
Would it be best to store the images in files with a cross reference in the JSON records? Or can they be stored in the JSON record itself? Should I consider another database scheme altogether?