<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Winning with Data &#187; Analytics</title>
	<atom:link href="http://www.asterdata.com/ceo-blog/index.php/category/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asterdata.com/ceo-blog</link>
	<description>Aster Data CEO Blog</description>
	<lastBuildDate>Wed, 28 Apr 2010 01:21:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Design Patterns &#8211; The (Iterative) Analytical Data Warehouse</title>
		<link>http://www.asterdata.com/ceo-blog/index.php/2010/04/26/design-patterns-the-analytical-data-warehouse/</link>
		<comments>http://www.asterdata.com/ceo-blog/index.php/2010/04/26/design-patterns-the-analytical-data-warehouse/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 19:57:48 +0000</pubDate>
		<dc:creator>Mayank</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.asterdata.com/ceo-blog/?p=289</guid>
		<description><![CDATA[I&#8217;ve remarked in an earlier post that the usage of data is changing and new applications are on the horizon. In the last couple of years, we&#8217;ve observed interesting design patterns for business processes that use data.
In a previous post, I outlined a design pattern that we call &#8220;The Automated Feedback Loop.&#8221; In this post, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve remarked in an earlier post that the usage of data is changing and new applications are on the horizon. In the last couple of years, we&#8217;ve observed interesting design patterns for business processes that use data.</p>
<p>In a previous post, I outlined a design pattern that we call &#8220;<a href="http://www.asterdata.com/ceo-blog/index.php/2008/05/20/the-automated-feedback-loop/">The Automated Feedback Loop</a>.&#8221; In this post, I want to outline a design pattern that we call &#8220;The (Iterative) Analytics Data Warehouse&#8221;.</p>
<p>The traditional well-understood design pattern of a <a href="http://www.asterdata.com/product/index.php">data warehouse</a> is a <strong><em>central </em></strong>(for Enterprise Data Warehouse) or <strong><em>departmental </em></strong>(for Data Marts) repository of data. Data is fed into the warehouse from ETL processes that pull data from a variety of sources. The data is organized in a data model that caters to 3 use-cases of the warehouse:</p>
<ol>
<li><strong><em>Reports </em></strong>- A set of BI queries are run with regular frequency to monitor the state of the business. The target of the reports are business users who want to understand what happened. The goal is to keep them in touch with the pulse of the business.</li>
<li><em><strong>Exports </strong></em>- A set of export jobs are run with adhoc frequency to provide data sets for further analysis. The target of the exports are business analysts who want to optimize business practices. The goal is to provide them with true, quality-stamped data so that they can make confident optimization recommendations.</li>
<li><strong><em>Adhoc </em></strong>- A set of queries are run with adhoc frequency to detect or verify patterns that influence business events. The source of the queries are data scientists who want to understand and optimize business practices. The goal is to provide them with computation capabilities (good query interfaces, enough processing, memory and storage resources) to allow them to interact with the data.</li>
</ol>
<p>The exports and adhoc tasks are transient tasks. Once the data analysts or data scientists find a pattern valuable to the business, that pattern is incorporated into a report so that business users can monitor that pattern on a frequent repeatable practice.</p>
<p>In a typical data warehouse, the bulk of tasks (~80%) are from [1] Reports. The remainder of 20% is from [2] Exports and [3] Adhoc.</p>
<p>Since Reports are frequent and generate known queries, the design of the data warehouse is done to cater to reporting. This includes data models, indexes, materialized views or derived tables &#8211; and other optimizations &#8211; to make the known Reporting queries go fast.<span id="more-289"></span></p>
<p>Since exports and adhoc tasks are infrequent and generate unknown queries, the design of the data warehouse is unable to cater to them upfront. This means that exports and adhoc tasks generate queries that are harder to satisfy (since they have to fight the data modeling decisions made for reporting) and therefore impose more load on the data warehouse.</p>
<p>The net result is that reports run fast while exports and adhocs are slow. In fact, exports and adhocs consume so much resources, that reporting starts running slower. And that is <em>not </em>good &#8211; reports are distributed widely and reach a wide variety of business users. They are unhappy and put pressure on the data warehousing team to &#8220;get the reports in time.&#8221; At the same time, the export and adhoc users are unhappy because they can&#8217;t get to the data fast enough to benefit the business.</p>
<p>The poor data warehouse team now looks for solutions invariably prioritizing reports. Historically, the answer was to prioritize via workload management &#8211; constrain adhoc &amp; export usage to devote resources to reporting. If workload management didn&#8217;t work, the answer was to create walled gardens by enforcing rules -</p>
<blockquote><p>&#8220;thou shalt not report when data is loading; thou shalt not adhoc query when reports are being generated; thou shalt not export except in the evening&#8221;.</p></blockquote>
<p>Let&#8217;s call this design pattern of data warehouse to be a <strong><em>&#8220;Reporting Data Warehouse&#8221;</em></strong>.</p>
<p>The first-class citizen of a &#8220;Reporting Data Warehouse&#8221; is reports. The exports and adhoc are second-class citizens &#8211; they do not get dedicated data models, they do not get large chunks of resources, and their protests are answered by asking them to constrain their requirements (use samples, use rolled up aggregates that were built to make reports faster, use smaller timeframes of history that were retained to just satisfy reporting requirements, phrase queries that are simpler even though they may be compromises on the pattern sought, &#8230;).</p>
<p>This motivates the definition of a different design pattern of a data warehouse whose use is to be an &#8220;<strong><em>Analytical (Iterative) Data Warehouse</em></strong>&#8220;.</p>
<p>The first-class citizens of an &#8220;Analytical Data Warehouse&#8221; are exports and adhoc analytics, and the primary users of the Analytical Data Warehouse are business analysts and data scientists. The data models are built to support their adhoc usage &#8211; fine-granularity data is retained, rich dimension tables are frequently imported, derived views and tables are created promptly, interfaces are opened up to express their patterns in a computationally simple and natural manner, scale-out is used to create resources for the tasks to finish interactively, enough storage is allocated for several exports to proceed simultaneously.</p>
<p>In other words, the infrastructure and the team exist to support export and adhoc usage as their primary customers.</p>
<p>Once an insight is confirmed, it can be added with careful design to the Reporting Data Warehouse &#8211; with carefully defined data models, indexes and materialized views and support to maintain it during the ETL process.</p>
<p>The infrastructure can play a significant role in enabling Analytical Data Warehouses.</p>
<ol>
<li><strong><em>Query interface to support in-database computations</em></strong>: The export and adhoc queries want to manipulate data in rich ways, and often SQL is not enough. The infrastructure should support an easy-to-express interface for rich computations (e.g., SQL/MapReduce). This is important because the correct perspective of data, amenable to downstream manipulation, cannot be defined upfront in the ETL process.</li>
<li><em><strong>Incremental scale-out MPP capabilities: </strong></em>The infrastructure should allow for an ability to scale out both storage and computing resources incrementally and easily (i.e., without months of planning). This is important because temporary storage requirements (as data is transformed for analysis) or temporary processing requirements (as several models are generated to validate insights) at the peak of the analysis can be much higher than normal use.</li>
<li><strong><em>Cheap hardware:</em></strong> The size of data demanded by exports and adhoc users may be large and the computations may be rich. The infrastructure must enable analysis of data at a cheap operating point.</li>
<li><strong><em>Workload manage both export and analysis</em></strong>: Some data analysts are comfortable in manipulating data in their preferred tools (e.g., Excel, SAS, Matlab) &#8211; others are comfortable writing in-database queries (SQL, Java, C++, Perl, Python). The infrastructure should elegantly manage all tasks, and not require a &#8220;walled garden&#8221; to favor queries over export, or vice-versa.</li>
</ol>
<p>My observation has been that the design methodology of an Analytical Data Warehouse is substantially different from a Reporting Data Warehouse. Understanding the primary customer of a data warehouse can often help simplify operations of the data warehouse and help lower the operating point costs substantially by making priorities clearer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asterdata.com/ceo-blog/index.php/2010/04/26/design-patterns-the-analytical-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 and Beyond &#8211; Data Clouds and Next-generation Analytics</title>
		<link>http://www.asterdata.com/ceo-blog/index.php/2010/04/15/2010-and-beyond-data-clouds-and-next-generation-analytics/</link>
		<comments>http://www.asterdata.com/ceo-blog/index.php/2010/04/15/2010-and-beyond-data-clouds-and-next-generation-analytics/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:10:54 +0000</pubDate>
		<dc:creator>Mayank</dc:creator>
				<category><![CDATA[Analytic applications]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[MapReduce]]></category>

		<guid isPermaLink="false">http://www.asterdata.com/ceo-blog/?p=270</guid>
		<description><![CDATA[In the last few years there has been a significant amount of market pickup, from users and vendors, on data clouds and advanced analytics &#8211; specifically a new class of data-driven applications run in a data cloud or on-premise. What&#8217;s different about this from past approaches is the frequency and speed at which these applications [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few years there has been a significant amount of market pickup, from users and vendors, on data clouds and advanced analytics &#8211; specifically a new class of data-driven applications run in a data cloud or on-premise. What&#8217;s different about this from past approaches is the frequency and speed at which these applications are accessed, the depth of the analysis, the number of data sources involved and the volume of data mined by these applications &#8211; terabytes to petabytes. In the midst of this cacophony of dialogue, recent announcements from vendors in this space are helping to clarify different visions and approaches to the big data challenge.</p>
<p>Both Aster Data and Greenplum made announcements this week that illustrated different approaches. At the same time that Aster Data announced the Aster Analytics Center, Greenplum announced an upcoming product named Chorus. I wanted to take a moment to compare and contrast what these announcements say about the direction of the two companies.</p>
<p>Greenplum&#8217;s approach speaks to two traditional problem areas i) access to data, from provisioning of data marts to connectivity to data across marts, and ii) some level of collaboration among certain developers and analysts. Their approach is to create a tool for provisioning, unified data access, and sharing of annotations and data among different developers and analysts.  Interestingly, this is not an entirely new concept; these are well-known problems for which a number of companies and tools have already developed best-of-breed solutions over the last 15 years. For example, the capabilities for data access are another version of Export/Copy primitives that already exist in all databases and that have been built upon by common ETL and EII tools for cases in which richer support than Export &amp; Copy are needed â€“ for instance, when data has to be transformed, correlated or cleaned while being moved from one context (mart) to another (mart).</p>
<p>This approach is indicative of a product direction in which the primary focus is on adding another option to the list of tools available to customers to address these problems. It&#8217;s really not a ground-breaking innovation that evolves the world of analytics. New types of analytics, or &#8216;data-driven applications,&#8217; is where the enormous opportunity lies. The Greenplum approach of data collaboration is interesting in a  test environment or sandbox. When it comes to real production value however, it effectively increases the functions available to the end user, but at a big cost due to significant increases in complexity, security issues and extra administrative overhead. What does this mean exactly?</p>
<ul>
<li> The spin-up of marts and moving data around can result in &#8220;data sprawl&#8221; which ultimately increases administrative overhead and is dangerous in these days of compliance and sensitivity to privacy and data leaks.</li>
<li>Adding a new toolset into the data processing stack creates difficult and painful work to either manage and administer multiple tool sets for similar purposes or to eliminate and transition away from investments in existing toolsets.</li>
<li>To enable effective communication and sharing, users need strong processes and features for source identification of data, data collection, data transformation, rule administration, error detection &amp; correction, data governance and security. The quality and security policies around meta-data are especially important as free-form annotations can lead to propagation of errors or leaks in the absence of strong oversight.</li>
</ul>
<p></p>
<p>In contrast, Aster Data&#8217;s <a href="http://www.asterdata.com/news/100412-Aster-Analytics-Center.php">recent announcements</a> support our long-standing investments in our unique advanced in-database architecture where applications run fully inside Aster Data&#8217;s platform with complete application services essential for complex analytic applications. The announcements highlight that our vision is not to create a new set of tools and layers in the data stack that recreate capabilities currently available from a number of leading vendors, but rather to deliver a new Analytics Platform, a Data-Application Server, to uniquely enable analytics professionals to create data-rich applications that were impossible or impractical before &#8211; namely, to create and use advanced analytics for rich, rapid, and scalable insights into their data. This focus is complemented by our partners, who offer proven best-of-breed solutions for collaboration and data transformation.</p>
<p><span id="more-270"></span></p>
<p>A key illustration of the investments that Aster is making in this vision is the formation of the new Aster Analytics Center: a center of excellence; ready-to-use analytics solutions that leverage MapReduce; and best practices for advanced analytics on big data. The Center&#8217;s charter is to develop products and provide insights that help organizations use data in clever ways to enable data-driven decisions. The Center is headed by Dr. Jonathan Goldman, our Director of Analytics and Applications, and a team of analytics experts. Jonathan joined us from LinkedIn, where as their Principal Scientist he led a team of analytics researchers to build cutting-edge products with the rich data sets LinkedIn has amassed. His team&#8217;s focus was on driving growth and user engagement for the LinkedIn social network. His team developed a successful model to build, ship, and iterate &#8211; to deliver value to LinkedIn effectively and sustainably. Across 3 years, he and his team delivered several industry-first features that surprised and delighted LinkedIn&#8217;s users &#8211; &#8220;People You May Know,&#8221; &#8220;Who Viewed My Profile?&#8221; &#8220;Jobs that are Similar to Mine,&#8221; and several others.</p>
<p>One of the first product solutions from the Aster Analytics Center is a suite of advanced analytics modules built on SQL and MapReduce called â€˜Aster Data Analytic Foundation.â€™ The suite makes it easy for data analysts to leverage large volumes of diverse data effectively. This package, which made its debut with our <a href="http://www.asterdata.com/product/whats-new.php"><em>n</em>Cluster 4.5</a> release, <a href="http://www.asterdata.com/news/100222-Aster-Data-4-dot-5.php">announced</a> in February, provides a suite of rich analytic functions that enable data scientists and users to manipulate data easily rather than building primitives from scratch.</p>
<p>The second aspect of the Analytics Center&#8217;s charter, the methodology of using data, is being addressed by their work to create analytics best practices that provide blueprints for data analysts to develop their insights into an operational data product that can be delivered repeatably.</p>
<p>From what we see already with customers, the Aster Analytics Center &#8211; the Aster Analytics Foundation solution, big data analytics best practices, and deep analytics expertise &#8211; will be a catalyst accelerating a chain reaction that will revolutionize data usage across industries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asterdata.com/ceo-blog/index.php/2010/04/15/2010-and-beyond-data-clouds-and-next-generation-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating the &#8220;Aha!&#8221; Moment</title>
		<link>http://www.asterdata.com/ceo-blog/index.php/2008/11/06/accelerating-the-aha-moment/</link>
		<comments>http://www.asterdata.com/ceo-blog/index.php/2008/11/06/accelerating-the-aha-moment/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 06:35:42 +0000</pubDate>
		<dc:creator>Mayank</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Frontline data warehouse]]></category>
		<category><![CDATA[Interactive marketing]]></category>

		<guid isPermaLink="false">http://www.asterdata.com/ceo-blog/index.php/2008/11/06/accelerating-the-aha-moment/</guid>
		<description><![CDATA[I was at Defrag 2008 yesterday and it was a wonderful, refreshing experience. A diverse group of Web 2.0 veterans and newcomers came together to accelerate the &#8220;Aha!&#8221; moment in today&#8217;s online world. The conference was very well organized and there were interesting conversations on and off the stage.
The key observation was that individuals, groups [...]]]></description>
			<content:encoded><![CDATA[<p>I was at <a href="http://defragcon.com/2008/">Defrag 2008</a> yesterday and it was a wonderful, refreshing experience. A diverse group of Web 2.0 veterans and newcomers came together to accelerate the &#8220;Aha!&#8221; moment in today&#8217;s online world. The conference was very well organized and there were interesting conversations on and off the stage.</p>
<p>The key observation was that individuals, groups and organizations are struggling to discover, assemble, organize, act on, and gather feedback from data. Data itself is growing and fragmenting at an exponential pace. We as individuals feel overwhelmed by the slew of data (messages, emails, news, posts) in the microcosm, and we as organizations feel overwhelmed in the macrocosm.</p>
<p>The very real danger is that an individual or organizationâ€™s feeling of being constantly overwhelmed could result in the reduction of their â€œAha!â€ moments &#8211; our resources will be so focused on merely keeping pace with new information that we wonâ€™t have the time or energy to connect the dots.</p>
<p>The goal then is to find tools and best practices to enable the â€œAha!â€ moments &#8211; to connect the dots even as information piles up on our fingertips.</p>
<p><span id="more-109"></span>My thought going into the conference was that we need to understand what causes these â€œAha!â€ moments. If we understand the cause, we can accelerate the â€œAha!â€ even at scale.</p>
<p>Earlier this year, <a href="http://www.iht.com/cgi-bin/search.cgi?query=By%20Janet%20Rae-Dupree&amp;sort=publicationdate&amp;submit=Search">Janet Rae-Dupree</a> published an insightful piece in the <a href="http://www.iht.com/">International Herald Tribune</a> on <a href="http://www.iht.com/articles/2008/02/01/business/UNBOX.php">Reassessing the Aha! Moment</a>. Her thesis is that creativity and innovation  &#8211; â€œAha! Momentsâ€ &#8211; do not come in flashes of pure brilliance. Rather, innovation is a slow process of accretion, building small insight upon interesting fact upon tried-and-true process.</p>
<p>Building on this thesis, I focused <a href="http://www.slideshare.net/guestc2c075/aster-defrag-2008-97-presentation/">my talk</a> on using frontline data warehousing as an infrastructure piece that allows organizations to collect, store, analyze and act on market events. The incremental fresh data loads in a frontline data warehouse add up over time to build a stable historical context. At the same time, applications can contrast fresh data with historical data to build the small contrasts gradually until the contrasts become meaningful to act upon.</p>
<p>Iâ€™d love to hear back from you on how massive data can accelerate, rather than impede, the &#8220;Aha!&#8221; moment.</p>
<div id="__ss_729120" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Aster Defrag 2008 97" href="http://www.slideshare.net/guestc2c075/aster-defrag-2008-97-presentation?type=powerpoint">Aster Defrag 2008 97</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=asterdefrag200897-1226034184805718-9&amp;stripped_title=aster-defrag-2008-97-presentation" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=asterdefrag200897-1226034184805718-9&amp;stripped_title=aster-defrag-2008-97-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View SlideShare <a style="text-decoration:underline;" title="View Aster Defrag 2008 97 on SlideShare" href="http://www.slideshare.net/guestc2c075/aster-defrag-2008-97-presentation?type=powerpoint">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/systems">systems</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/data">data</a>)</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.asterdata.com/ceo-blog/index.php/2008/11/06/accelerating-the-aha-moment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Growing Your Business with Frontline Data Warehouses</title>
		<link>http://www.asterdata.com/ceo-blog/index.php/2008/10/06/growing-your-business-with-frontline-data-warehouses/</link>
		<comments>http://www.asterdata.com/ceo-blog/index.php/2008/10/06/growing-your-business-with-frontline-data-warehouses/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 06:00:51 +0000</pubDate>
		<dc:creator>Mayank</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Interactive marketing]]></category>

		<guid isPermaLink="false">http://www.asterdata.com/ceo-blog/index.php/2008/10/06/growing-your-business-with-frontline-data-warehouses/</guid>
		<description><![CDATA[It is really remarkable how many companies today view data analytics as the cornerstone of their businesses.aCerno is an advertising network that uses powerful analytics to predict which advertisements to deliver to which person at what time. Their analytics are performed on completely anonymous consumer shopping data of 140M users obtained from an association of [...]]]></description>
			<content:encoded><![CDATA[<p>It is really remarkable how many companies today view data analytics as the cornerstone of their businesses.<a title="acerno logo" href="http://www.asterdata.com/blog/wp-content/uploads/2008/10/acerno-logo-copy.png"><img title="acerno logo" src="http://www.asterdata.com/blog/wp-content/uploads/2008/10/acerno-logo-copy.png" border="3" alt="acerno logo" hspace="3" vspace="3" width="70" height="50" align="right" /></a><a href="http://acerno.com/home.html">aCerno</a> is an advertising network that uses powerful analytics to predict which advertisements to deliver to which person at what time. Their analytics are performed on completely anonymous consumer shopping data of 140M users obtained from an association of 450+ product manufacturers and multi-channel retailers. There is a strong appetite at aCerno to perform analytics that they have not done before because each 1% uplift in the click-through rates is a significant revenue stream for them and their customers.</p>
<p><a title="Aggregate Knowledge" href="http://www.asterdata.com/blog/wp-content/uploads/2008/10/logo_ak.jpg"><img title="Aggregate Knowledge" src="http://www.asterdata.com/blog/wp-content/uploads/2008/10/logo_ak.jpg" border="3" alt="Aggregate Knowledge" hspace="3" vspace="3" width="120" height="40" align="right" /></a><a href="http://www.aggregateknowledge.com/">Aggregate Knowledge</a> powers a discovery network (The Pique Discoveryâ„¢ Network) that delivers recommendations of products and content based on what was previously purchased and viewed by an individual using the collective behavior of the crowds that had behaved similarly in the past. Again, each 1% increase of engagement is a significant revenue stream for them and their customers.<a title="ShareThis logo" href="http://www.asterdata.com/blog/wp-content/uploads/2008/10/sharethis_logo_tm1.gif"><img title="ShareThis logo" src="http://www.asterdata.com/blog/wp-content/uploads/2008/10/sharethis_logo_tm1.gif" border="3" alt="ShareThis logo" hspace="3" vspace="3" width="120" height="30" align="right" /></a><a href="http://sharethis.com/"></a></p>
<p><a href="http://sharethis.com/">ShareThis</a> provides a sharing network via a widget that makes it simple for people to share things they find online with their friends. In a short period of time since their launch, ShareThis has reached over 150M unique monthly users. The amazing insight is that ShareThis knows which content users actually engage with, and want to tell their friends about! And in its sheer genius, ShareThis gives away its service to publishers and consumers free; relying on delivering targeted advertising for its revenue: by delivering relevant ad messages while knowing the characteristics of that thing being shared. Again, the better their analytics, the better their revenue.</p>
<p>Which brings me to my point: data analytics is a <em>direct contributor of revenue gains</em> in these companies.<span id="more-108"></span>Traditionally, we think of data warehousing as a back-office task. The data warehouse can be loaded in separate load windows; loads can run late (the net effect is that business users will get their reports late); loads, backups, and scale-up can take data warehouses offline â€“which is OK since these tasks can be done on non-business hours (nights/weekends).But these companies rely on data analytics for their revenue.Â·    A separate exclusive load window implies that their service is not leveraging analytics during that window;Â·    A late-running load implies that the service is getting stale data;Â·    An offline warehouse implies that the service is missing fresh trendsAny such planned or unplanned outage results in lower revenues.On the flip side, a faster load/query provides the service a competitive edge â€“ a chance to do more with their data than anyone else in the market. A nimbler data model, a faster scale-out, or a more agile ETL process helps them implement their &#8220;Aha!&#8221; insights faster and gain revenue from a reduced time-to-market advantage.These companies have moved data warehousing from the back-office to the frontlines of business: a competitive weapon to increase their revenues or to reduce their risks.In response, the requirements of a data warehouse that supports these frontline applications go up a few notches: the warehouse has to be available for querying and loading 365&#215;24x7; the warehouse has to be fast and nimble; the warehouse has to allow &#8220;Aha!&#8221; queries to be phrased.We call these use cases &#8220;<a href="http://marketing.asterdata.com/forms/BeyeWPdownload">frontline data warehousing</a>&#8220;. And today we released a new version of Aster <em>n</em>Cluster that rises up those few notches to meet the demands of the frontline applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asterdata.com/ceo-blog/index.php/2008/10/06/growing-your-business-with-frontline-data-warehouses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A taste of something new</title>
		<link>http://www.asterdata.com/ceo-blog/index.php/2008/05/15/a-taste-of-something-new/</link>
		<comments>http://www.asterdata.com/ceo-blog/index.php/2008/05/15/a-taste-of-something-new/#comments</comments>
		<pubDate>Thu, 15 May 2008 13:45:40 +0000</pubDate>
		<dc:creator>Mayank</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Statement]]></category>

		<guid isPermaLink="false">http://www.asterdata.com/ceo-blog/index.php/2008/05/15/a-taste-of-something-new/</guid>
		<description><![CDATA[Have you ever discovered a wonderful little restaurant off the beaten path? You know the kind of place. It&#8217;s not part of some corporate conglomerate. They don&#8217;t advertise. The food is fresh and the service is perfect &#8211; it feels like your own private oasis. Keeping it to yourself would just be wrong (even if [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever discovered a wonderful little restaurant off the beaten path? You know the kind of place. It&#8217;s not part of some corporate conglomerate. They don&#8217;t advertise. The food is fresh and the service is perfect &#8211; it feels like your own private oasis. Keeping it to yourself would just be wrong (even if you selfishly don&#8217;t want the place to get too crowded).</p>
<p>We&#8217;re happy to see a <a href="http://www.informationweek.com/blog/main/archives/2008/05/data_analytics.html">similar anticipation and word-of-mouth</a> about some new ideas Aster is bringing to the data analytics market. Seems that good news is just too hard to keep to yourself.</p>
<p>We&#8217;re serving up something unique that we&#8217;ve been preparing for several years now. We&#8217;re just as excited to be bringing you this fresh approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asterdata.com/ceo-blog/index.php/2008/05/15/a-taste-of-something-new/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
