This is the first in the series of blog posts on the topic. I will look at database options and examine each in terms of data scalability, query processing capability, and cost.
Any major analytical database solution in the cloud needs to support large databases and complex analytical queries. To refine the [...]
Database Denormalization Can Help Boost Query Performance
Database normalization and denormalization is one of the most discussed and debated topics ([1], [2], [3]). In a nutshell, “normalization is eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table).” [...]
Recent Comments