The python submitter client for cn to use Dataone-Indexer will query distinct authoritive_member_node frequently. Now the performance is not good. We need to add an index for this field. The code will look like:
CREATE INDEX IF NOT EXISTS systemMetadata_authoritive_member_node on systemMetadata(authoritive_member_node);
The python submitter client for cn to use Dataone-Indexer will query distinct
authoritive_member_nodefrequently. Now the performance is not good. We need to add an index for this field. The code will look like: