How to fetch more fields for MongoDB introspection
Last modified: 14 December 2021
You can observe collections and fields in the database explorer. PyCharm fetches the first 10 documents from each collection to get information about the fields. You can customize this behavior by specifying the fetch_documents_for_metainfo
JDBC parameter on the Advanced tab of the data source properties dialog.