[ https://issues.apache.org/jira/browse/ATLAS-5059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020110#comment-18020110 ]
ASF subversion and git services commented on ATLAS-5059: -------------------------------------------------------- Commit 929cc5933b9e281b0010004f06773810a63b1cbc in atlas's branch refs/heads/atlas-2.5 from Madhan Neethiraj [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=929cc5933 ] ATLAS-5059: add support for rdbms backend and audit repository (#405) (cherry picked from commit 0c5d6679154b20ae40c44bf5bcdbab9e9fd69f60) > add support for using Postgres as backend store > ----------------------------------------------- > > Key: ATLAS-5059 > URL: https://issues.apache.org/jira/browse/ATLAS-5059 > Project: Atlas > Issue Type: Improvement > Components: atlas-core > Reporter: Madhan Neethiraj > Assignee: Madhan Neethiraj > Priority: Major > Time Spent: 1.5h > Remaining Estimate: 0h > > Atlas uses JanusGraph to persist entities and perform searches. JanusGraph > supports multiple backend stores including HBase, Cassandra which can scale > horizontally. However, these backend stores add significant footprint to > Atlas deployment (for example due to HBase having dependency on HDFS). > Having an option to use Postgres as the backend store can significantly > reduce the footprint for Atlas. Though not highly scalable horizontally as > backend stores like HBase, reduced footprint is desirable in deployments that > don't have such high scaling requirements. > This Jira tracks enhancements to support Postgres as the JanusGraph backend > store in Atlas. > -- This message was sent by Atlassian Jira (v8.20.10#820010)