Dev Advice

I have a document database that stores documents for other front-end databases. It has no views or forms, it’s just a repository for documents. The front-end databases retrieve the documents through the GetDocumentByUID function (they get the UID from a sql database).

What can I do to optimize the document database? It doesn’t need an index or anything does it?

Thanks