MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Adds indices to base_result and access_log #664

Closed bennybp closed 3 years ago

bennybp commented 3 years ago

Adds a unique index to base_result.hash_index. This field is used in de-duplicating procedures, so may have been a source of slowdown. This is only temporary, as we are working towards removing indices for that use case.

This also fixes/adds indices on access_log (adds one for access_type. The old index named access_type was actually the date).

Description

Adds database indices for access_log and base_result.hash_index

Changelog description

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #664 (6d4fd08) into master (6d4fd08) will not change coverage. The diff coverage is n/a.