rdbms
Application Features Persistence Alternatives - NoSQL or a RDBMS?
I\'m making a system with some features of a social network. And I want to know what your thoughts on the persistence technologies that best apply to certain features.[详细]
2023-04-11 22:08 分类:问答is there any benefits for using ORDBMS instead RDBMS behind JPA
Today I reviewed postgreSQL wiki and I found it is a ORDBMS (object-relational database management system), so I want to know is there any benefits for using postgreSql (RDBMS) behind the JPA (hiberna[详细]
2023-04-10 05:38 分类:问答XSD to MySQL Schema
I need to convert an XML to a MySQL DB Schema. I have been able to generate the XSD from the XML. Now i want to use the XSD to generate the DB schema in MySQL or PostgreSQL. Ca开发者_运维技巧n anyone[详细]
2023-04-09 09:49 分类:问答max no of columns in infobright
We store billions of rows in an i开发者_StackOverflow中文版nfobright table which currently has about 45 columns.We want to add 50 more columns to it.Will adding these columns bring down the performanc[详细]
2023-04-07 16:50 分类:问答Should I use NoSQL instead of MySQL?
I\'m using PHP to develop web applications. I\'ve used MySQL as my RDMS. For many things an RDMS works, and many problems can be solved by normalization, among other things. But some situations just d[详细]
2023-04-07 04:42 分类:问答ORACLE Table design: M:N table best practice
I\'d like to hear your suggestions on this very basic question: Imagine these three tables: --DROP TABLE a_to_b;[详细]
2023-04-05 15:21 分类:问答RDBMS GRANT privileges vs REST services
There are many services with REST interface. However they use REST rather than allow开发者_JAVA技巧 operate with database. Why no love to RDBMS? Is this insecure or something?Now I understand your que[详细]
2023-04-05 08:55 分类:问答150M records order by name
I have a dataset of around 开发者_开发知识库150 million records that\'s generated daily it contains:[详细]
2023-04-05 01:13 分类:问答Lotus Notes XPages for design and Oracle (or other RDBMS) for data
I plan to make an web application using XPages for the design (plus the Lotus Notes Elements), but instead of storing the data in Lotus Notes, I will store the data i开发者_JAVA百科n a RDBMS (specific[详细]
2023-04-04 17:32 分类:问答Linking database id's and files
Say I\'m using MySQL and I have a column id which is my primary key in some table. In PHP I generate a random string/integer and store that as the id in my database. I then refer开发者_开发技巧ence th[详细]
2023-04-04 04:45 分类:问答