English 中文(简体)
NOSQL and RDBMS used by same application
原标题:NOSQL and RDBMS used by same application

任何人都可以向我指出,在什么例子中,我可以使用RDBMS来保存数据,但利用NOSQL数据库来推动数据。 我的目标是补充/更新房舍管理处,但储存在NOSQL数据库中所有更贴切相关数据的实体。 然后,我想将数据从NSQL中删除。 这是否像坏想法一样? 我的目标是以所有相关数据的等级格式提供这一数据。

问题回答

正如其他人所说的那样,它像你想要把所有贵重数据储存在2个不同的发动机中一样健全,我看不到这个大想法,除非我们迁移到一个新系统。

如果你害怕贵方的字节一致性和你的数据确实符合你的字节,那么,如果你无法与你的rd子连接,并且把数据从那一线 st。

http://github.com/brianc/node-postgres”rel=“nofollow” 它是邮政局的司机。 我先试了,但看上去像它相当发达和测试。





相关问题
Can an attribute designate one table over another?

I m creating a sports statistics database. With it, I d like to catalog game/match statistics for many types of sports. For example, this database would be able to tell you how many touchdowns the ...

Relational Data to Flat File

I hope you can help find an answer to a problem that will become a recurring theme at work. This involves denormalising data from RDBMS tables to flat file formats with repeating groups (sharing ...

questions and answers with multiple answers

This question is related to this post: SQL design for survey with answers of different data types I have a survey app where most questions have a set of answers that are 1-5. Now we have to do ...

MySQL: Has anyone used the TokuDB storage engine?

Has anyone used the TokuDB storage engine for MySQL? The product web site claims to have a 50x performance increase over other MySQL storage engines (e.g. Innodb, MyISAM, etc). Here are the ...

How to best implement a 1:1 relationship in a RDBMS?

Yesterday while working on a project I came up on a peculiar 1:1 relationship which left me wondering - how to best implement this (clearly, we had done it wrong :D) The idea is that there are two ...

热门标签