[
https://issues.apache.org/jira/browse/ATLAS-5059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020102#comment-18020102
]
ASF subversion and git services commented on ATLAS-5059:
--------------------------------------------------------
Commit 0c5d6679154b20ae40c44bf5bcdbab9e9fd69f60 in atlas's branch
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=0c5d66791 ]
ATLAS-5059: add support for rdbms backend and audit repository (#405)
> 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)