You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change involves discarding the PhyloDB database, which uses the graph-based database Neo4j, and opting for a new database server implementation utilizing a different approach for data storage, like SQL.
Weaknesses of using PhyloDB include:
performance and latency issues related to the communication with Neo4j for the storage of data;
it being an incomplete prototype that isn't ready to be used consistently, needing adjustments, fixes and implementations of features required of our platform;
a SQL database might be more easy to debug and maintain and the use of a graph-based database might not be justifiable for the scope of this project and the data at hand.
The text was updated successfully, but these errors were encountered:
This change involves discarding the PhyloDB database, which uses the graph-based database Neo4j, and opting for a new database server implementation utilizing a different approach for data storage, like SQL.
Weaknesses of using PhyloDB include:
The text was updated successfully, but these errors were encountered: