Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有可以使用 SimpleDB 作为备份的解决方案(RDBMS 或 NoSQL)?
谢谢。
我很确定没有 RDBMS 可以配置为执行此操作,我怀疑他们永远不会。首先,SimpleDb 是商业数据库的准竞争对手,因此对于大多数公司来说构建它是没有意义的。其次,它会对事务性能产生巨大的负面影响,因为将事务写入 SimpleDB 所花费的时间可能至少是将它们写入磁盘的 100 倍。