﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Editorials / SQLServerCentral.com  / Too Much Data / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 05:00:46 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>[quote][b]From the article[/b][hr]The solutions aren't new and innovative; they're back to basics ideas. [/quote]It's funny (and tremedously rewarding in more ways than one) how it almost always comes back to that.</description><pubDate>Fri, 28 Dec 2012 11:34:57 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>[quote][b]Bhuvnesh (12/26/2012)[/b][hr][quote][b]Eric M Russell (11/13/2012)[/b][hr]Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage.[/quote] on the contrary , In my last company we had started  to denormailzed the table . use the flat table concept  at some places.. removing the foreign key an d maintain it logically and with application code.Also partitoning was being used extensively. we moved to replication from mirroring environment.[/quote]The problem with enforcing referential integrity at the application layer is the potential for bad data to fall through the cracks. For example, the primary source for data may be the application, but there may also be data originating from ETL processes. That means the data validation logic has to be coded in multiple locations and perhaps even maintained by seperate developers.</description><pubDate>Fri, 28 Dec 2012 07:41:20 GMT</pubDate><dc:creator>Eric M Russell</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>[quote][b]Eric M Russell (11/13/2012)[/b][hr]Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage.[/quote] on the contrary , In my last company we had started  to denormailzed the table . use the flat table concept  at some places.. removing the foreign key an d maintain it logically and with application code.Also partitoning was being used extensively. we moved to replication from mirroring environment.</description><pubDate>Wed, 26 Dec 2012 04:06:06 GMT</pubDate><dc:creator>Bhuvnesh</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>[quote][b]Jo Pattyn (11/14/2012)[/b][hr]Save the environment and enable free compression in the standard editions.[/quote]I wish. Not sure we'll see this anytime soon.</description><pubDate>Wed, 14 Nov 2012 13:18:07 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>Save the environment and enable free compression in the standard editions.</description><pubDate>Wed, 14 Nov 2012 10:27:24 GMT</pubDate><dc:creator>Jo Pattyn</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>[quote][b]Eric M Russell (11/13/2012)[/b][hr]Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage. For the most part, I think that poor data modeling is the primary problem. Many of the data modeling decisions that developers are making when designing data warehouses actually result in worse (not better) performance.For example, I've seen 'Person' tables that contain the full address and multiple phone numbers. Do your research before deciding to denormalize a table for performance reasons.I've seen tables containing various integer columns where the datatypes are all an 8 byte BigInt. For example: Sex BigInt, MaritalStaus BigInt, etc. The guy who did this explained the reasoning as follows: "because SQL Server is running on a 64bit operating system, it's more efficient to use 64bit integers". It was a specious claim that couldn't be proven, and even if it were marginally true, the data pages from this table were still comsuming more I/O and memory.Also, another big one is date/time values contained in VarChar columns, which not only consumes more resources, but it's problematic in terms of performance and data quality as well.[/quote]Noticed same in may environment, even the data type of transactional database column was set to Numeric(11,0) or +! When inquired the answer was, we thought of that our bigint or likewise data types may cannot serve the future load of 1-2 TB of data! Which in-fact not possible but the reason exists :crazy:</description><pubDate>Tue, 13 Nov 2012 22:30:13 GMT</pubDate><dc:creator>Abrar Ahmad_</dc:creator></item><item><title>RE: Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>Practically all of the really large databases I've worked with in the past could have benefitted from better normalization and data type usage. For the most part, I think that poor data modeling is the primary problem. Many of the data modeling decisions that developers are making when designing data warehouses actually result in worse (not better) performance.For example, I've seen 'Person' tables that contain the full address and multiple phone numbers. Do your research before deciding to denormalize a table for performance reasons.I've seen tables containing various integer columns where the datatypes are all an 8 byte BigInt. For example: Sex BigInt, MaritalStaus BigInt, etc. The guy who did this explained the reasoning as follows: "because SQL Server is running on a 64bit operating system, it's more efficient to use 64bit integers". It was a specious claim that couldn't be proven, and even if it were marginally true, the data pages from this table were still comsuming more I/O and memory.Also, another big one is date/time values contained in VarChar columns, which not only consumes more resources, but it's problematic in terms of performance and data quality as well.</description><pubDate>Tue, 13 Nov 2012 08:16:08 GMT</pubDate><dc:creator>Eric M Russell</dc:creator></item><item><title>Too Much Data</title><link>http://www.sqlservercentral.com/Forums/Topic1383959-263-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Editorial/94947/"&gt;Too Much Data&lt;/A&gt;[/B]</description><pubDate>Tue, 13 Nov 2012 00:33:39 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item></channel></rss>