Looking at the code of mem3 it seems that all databases are oblgatory fragmented (sharded). I understand that you can have only 1 shard / database but then it will be still stored at `<database_dir>/shard/<dbname>`.
Is there any plan of having non fragmented databases stored in their own place ie `<database_dir>/<dbname>` ? Would be interesting when you want to manage different policies of backup depending on the type of database (fragmented or not). Which place should I look to make it happen? - benoit
