Question : What is the difference between PostgreSQL’s materialized views and MySQL’s views? Answer : A VIEW is a stored […]
Tag: database-recommendation
Switching to NoSQL for native JSON use?
Question : I am rather comfortable writing concrete schemas with explicit primary keys, foreign keys, indexes, views and stored procedures. […]
What is a suitable,stable, high performing database for Large Financial Time Series Data? [closed]
Question : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
Database design for attendance feature
Question : My app has a requirement wherin we need to capture attendance details of a class. A class typically […]
Precautions when designing database schema if tables are going to have billons of rows
Question : I am about to start work on telephone dictionary kind of project. Its confirm that there are going […]
Which database to use? [closed]
Question : It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or […]
Data transformation implementation
Question : My company’s database, I am working with, makes available a data to a lot of external applications. So […]
How to prevent high memory, CPU and time consumption by MySQL restore?
Question : I have a local test machine with 2 GB RAM and a dual core processor. I imported a […]
Precautions when designing database schema if tables are going to have billons of rows
Question : I am about to start work on telephone dictionary kind of project. Its confirm that there are going […]
Relational vs Non-Relational Database for Events Database
Question : I’m trying to find out whether an SQL or no-SQL solution would be better for creating an events […]