<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vital BI</title>
	<atom:link href="http://vitalbi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vitalbi.wordpress.com</link>
	<description>Views on how vital - or not - BI is or could be</description>
	<lastBuildDate>Mon, 20 Feb 2012 05:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vitalbi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0ca3581c353dd9ad5661ea3abfd685c7?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Vital BI</title>
		<link>http://vitalbi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vitalbi.wordpress.com/osd.xml" title="Vital BI" />
	<atom:link rel='hub' href='http://vitalbi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>BW 7.3 Orange (powered by SAP HANA) is just the beginning</title>
		<link>http://vitalbi.wordpress.com/2012/02/13/bw-orange-is-just-beginning/</link>
		<comments>http://vitalbi.wordpress.com/2012/02/13/bw-orange-is-just-beginning/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 04:09:20 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[BW]]></category>
		<category><![CDATA[HANA]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=72</guid>
		<description><![CDATA[In the podcast “Debating the Value of SAP HANA” mentioned in my previous post, we ran into the discussion if SAP NetWeaver BW 7.3 SP5 powered by SAP HANA (project &#8220;BW Orange&#8221;, or simply &#8220;BW-on-HANA&#8221;) is the killer app or &#8230; <a href="http://vitalbi.wordpress.com/2012/02/13/bw-orange-is-just-beginning/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=72&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the podcast “<a href="http://bit.ly/uv2wGu" target="_blank">Debating the Value of SAP HANA</a>” mentioned in <a title="Big Data and SAP HANA" href="http://bit.ly/soDa36" target="_blank">my previous post</a>, we ran into the discussion if SAP NetWeaver BW 7.3 SP5 powered by SAP HANA (project &#8220;BW Orange&#8221;, or simply &#8220;BW-on-HANA&#8221;) is the <a title="Killer App at Wikipedia" href="http://en.wikipedia.org/wiki/Killer_app" target="_blank">killer app</a> or not for SAP in-memory technology. My answer was &#8220;Yes&#8221;, but here I would like to go into the grades of shade beyond this binary question.</p>
<p>There are very few customers out there, who would not complain about some aspects of the performance of SAP/BW. I had been presenting sessions on BW performance at different conferences since 2008, and they always resonated with the audience. BW-on-HANA, which comes with the major promise of performance boost for both front-end (querying/planning) and data warehousing parts, will resonate with almost every BW customer. I see it in my day job as a consultant.</p>
<p>It is a no-brainer that reading all data at the speed of RAM, instead of disks, will resolve lots of I/O-heavy processing. You may share my memories of frustration, waiting for long-running BW operations &#8211; queries, DTPs, extractions, where the only proof that the work session is still alive was to go to transaction DB02, find your running SQL and then see slowly but steadily increasing numbers under &#8220;blocks read&#8221;. This should be a song of the past with BW running with HANA system. The advantages of in-memory data retrieval are obvious, and there should be no discussion about this aspect of BW Orange.</p>
<p>But I/O bottleneck is not the only reason for slow performance. Accordingly to SAP&#8217;s own statistics presented during SAP TechEd&#8217;10 USA in ERP about 20% of the processing is happening in the database layer, and the rest 80% is in application (ABAP) layer. Obviously in this case super fast database can resolve only 20% of performance issues. Althought the ratio 20/80 will be different for BW, as more heavy BW joins or massive inserts are done, the problem remains the same. Through the years BW (like most of the other ABAP-based systems) was built to run lots of the intensive processing in the application layer. Analytics (OLAP and Planning) Engine) being the prominent example. DSO activations, SID calculations, user exits are some more examples from the data warehousing part of BW.</p>
<p>Therefore BW Orange release introducing some applications optimizations, which are specific to SAP HANA and cannot be reused by BW running on any other database system. You may have heard about those by now:</p>
<ol>
<li>HANA-optimized InfoCubes, i.e. different technical design of underlying database tables, and different querying technology,</li>
<li>HANA-optimized DSOs and the new activation process executed in the db layer,</li>
<li>New Planning Applications Kit, which allows execution of BW-IP standard functions within HANA db.</li>
</ol>
<p>As you see the list of optimizations is not going through all BW components. Additionally, optimizations are not 100% applicable, i.e. in some cases tables layouts remain the same as on regular databases and processing is executed in ABAP layer, like in case when DSO is  supplied by RDA real-time data acquisition (see OSS Note <a title="OSS Note 1665322" href="https://service.sap.com/sap/support/notes/1665322" target="_blank">1665322 &#8211; Conversion for SAP HANA-optimized DataStore objects</a>). In some other cases &#8220;Remodeling might be required to leverage Hana optimization when starting from an existing scenarios&#8221; (OSS Note <a title="OSS Note 1637199" href="https://service.sap.com/sap/support/notes/1637199" target="_blank">1637199 &#8211; Using the planning applications KIT</a>).</p>
<p>The human brain and hands are not yet completely eliminated, and we all are just at the beginning of the extremely interesting journey.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=72&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2012/02/13/bw-orange-is-just-beginning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>
	</item>
		<item>
		<title>SAP may license HANA to Oracle in future. But read between the lines</title>
		<link>http://vitalbi.wordpress.com/2012/02/01/sap-hana-for-oracle/</link>
		<comments>http://vitalbi.wordpress.com/2012/02/01/sap-hana-for-oracle/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 00:47:03 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[HANA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Analyst]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=109</guid>
		<description><![CDATA[Three days ago Reuters published a note that caused some echos in the IT world. The note had a title &#8220;SAP may license HANA to Oracle in future: co-CEO&#8221; and it cited German newspaper, where SAP co-CEO Bill McDermott had said &#8230; <a href="http://vitalbi.wordpress.com/2012/02/01/sap-hana-for-oracle/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=109&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Three days ago Reuters published a note that caused some echos in the IT world. The note had a title &#8220;<a title="SAP may license HANA to Oracle in future: co-CEO" href="http://www.reuters.com/assets/print?aid=USTRE80T0B120120130" target="_blank">SAP may license HANA to Oracle in future: co-CEO</a>&#8221; and it cited German newspaper, where SAP co-CEO Bill McDermott had said that his company&#8230;</p>
<blockquote><p>&#8230; may license its HANA offering to main rival Oracle in the future.</p></blockquote>
<p>Many outlets, which picked up this catchy statement, and &#8211; I bet &#8211; their readers interpreted McDermott&#8217;s words the way SAP co-CEO probably wanted them to interpret. Like this line from the TechTarget-hosted <a title="SAP could license HANA to Oracle" href="http://itknowledgeexchange.techtarget.com/eye-on-oracle/sap-could-license-hana-to-oracle/" target="_blank">blog by Mark Fontecchio</a>:</p>
<blockquote><p>&#8230; It seems a strong possibility that Oracle would be open to the idea of Oracle applications running on SAP HANA. &#8230;</p></blockquote>
<p>I think the reality is much simpler and less provocative. When reading with understanding, you should have noticed that other companies, mentioned by Bill McDemott, i.e. &#8220;Cisco, Dell, Fujitsu or Hewlett-Packard&#8221; are all SAP hardware partners for HANA, and what SAP co-CEO meant was obviously the hardware arm of the Oracle, i.e. Sun. Indeed, before being acquired Sun had been partnering with SAP for a while on previous SAP&#8217;s pre-configured in-memory systems, like BW Accelerator, or BO Accelerator. There are customers running these earlier SAP&#8217;s accelerators on Sun hardware, and it would make sense for Oracle (read: Sun) and SAP to be able to approach these customers with the joint SAP HANA appliance solution. What else?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=109&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2012/02/01/sap-hana-for-oracle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Nice dashboards. Wrong conclusions.</title>
		<link>http://vitalbi.wordpress.com/2012/01/24/nice-dashboards-wrong-conclusions/</link>
		<comments>http://vitalbi.wordpress.com/2012/01/24/nice-dashboards-wrong-conclusions/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:13:40 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=82</guid>
		<description><![CDATA[While I spend on the plane &#8230; &#8230; my Klout score is steadily going down: Not that I care. Just a point how flashy dashboards without context can drive to pointless conclusions. If you noticed, that&#8217;s the way many economic &#8230; <a href="http://vitalbi.wordpress.com/2012/01/24/nice-dashboards-wrong-conclusions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=82&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I spend on the plane &#8230;</p>
<p style="text-align:center;"><a href="http://vitalbi.files.wordpress.com/2012/01/mmflights1201.jpg"><img class="aligncenter size-full wp-image-84" title="My 2011 flights with Star Alliance" src="http://vitalbi.files.wordpress.com/2012/01/mmflights1201.jpg?w=500&#038;h=316" alt="" width="500" height="316" /></a></p>
<p>&#8230; my Klout score is steadily going down:</p>
<p><a href="http://vitalbi.files.wordpress.com/2012/01/kloutscoredrop1201.jpg"><img class="aligncenter size-full wp-image-83" title="Klout Score trend" src="http://vitalbi.files.wordpress.com/2012/01/kloutscoredrop1201.jpg?w=500&#038;h=426" alt="" width="500" height="426" /></a></p>
<p>Not that I care. Just a point how flashy dashboards without context can drive to pointless conclusions.</p>
<p>If you noticed, that&#8217;s the way many economic magazines and papers are driving readers to conclusions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=82&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2012/01/24/nice-dashboards-wrong-conclusions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>

		<media:content url="http://vitalbi.files.wordpress.com/2012/01/mmflights1201.jpg" medium="image">
			<media:title type="html">My 2011 flights with Star Alliance</media:title>
		</media:content>

		<media:content url="http://vitalbi.files.wordpress.com/2012/01/kloutscoredrop1201.jpg" medium="image">
			<media:title type="html">Klout Score trend</media:title>
		</media:content>
	</item>
		<item>
		<title>Big Data and SAP HANA? Or Sybase IQ?</title>
		<link>http://vitalbi.wordpress.com/2011/12/11/big-data-and-sap-hana/</link>
		<comments>http://vitalbi.wordpress.com/2011/12/11/big-data-and-sap-hana/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 19:24:28 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[HANA]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[IQ]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[SAPPHIRE]]></category>
		<category><![CDATA[Sybase]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=61</guid>
		<description><![CDATA[Like few more folks I think that there was some kind of misunderstanding in mixing Big Data and SAP HANA into one bag. We touched on this topic in the recent podcast “Debating the Value of SAP HANA”, but I &#8230; <a href="http://vitalbi.wordpress.com/2011/12/11/big-data-and-sap-hana/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=61&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Like few more folks I think that there was some kind of misunderstanding in mixing <strong>Big Data</strong> and <strong>SAP HANA</strong> into one bag. We touched on this topic in the recent podcast “<a href="http://bit.ly/uv2wGu" target="_blank">Debating the Value of SAP HANA</a>”, but I would like to spend few more minutes here to explain my thoughts.</p>
<p>SAP HANA has been created with traditional SAP Business Suite and Business Warehouse (BW) customers in mind. How big is the biggest single SAP software installation in the world in terms of single-store data size? I do not know exactly. The times of the proud “Terabyte Club” are in the past. Four years ago it was loud about 60TB BW test SAP did. The biggest customer I worked with had 72TB database of BW data. So, I would assume that the biggest SAP instance is somewhere close to 120 TB. That’s still a lot of data not just to process, but as well to manage (think back-ups, system upgrades, copies, disaster recovery etc)… Besides current technical limitations – 8TB biggest certified hardware configuration and 2 billion records limit in a single table partition – SAP HANA is on the way to help SAP ERP and BW customers with those challenges. But those are not what the industry calls “Big Data”.</p>
<p>Here are main differences as I see them:</p>
<ul>
<li>Data sizes we are discussing with SAP HANA are in the ballpark of few terabytes, while Big Data currently is something in single digit petabytes. E.g. HP Vertica has <a href="http://www.dbms2.com/2011/06/20/columnar-dbms-vendor-customer-metrics/" target="_blank">7 customers with a petabyte or more of user data each</a> accordingly to Monash Research.</li>
<li>Current focus of SAP HANA is structured data, while Big Data issues are generated by mostly unstructured data: web, scientific, machine-generated. Fair to mention though that SAP is working on Enterprise Search powered by HANA, as  Stefan Sigg, VP In-Memory Platform in SAP, told me during this <a href="http://bit.ly/sApE4d" target="_blank">TechEd Live interview</a>.</li>
<li>Currently Big Data processing is almost a synonym with a MapReduce software framework, where huge data sets are processed by a big cluster of rather cheap computers. On the other hand SAP in-memory technology requires “a small number of more powerful high-end [servers]” accordingly to Hasso Plattner’s “In-Memory Data Management: An Inflection Point for Enterprise Applications” book.</li>
<li>Related to the point above is that in SAP HANA the promise is the <em>real-time</em>, where fact is available for analysis subseconds after occurrence. In Big Data algorithms processing is mostly batch based. My <a href="http://bit.ly/sFqmS3" target="_blank">previous blog’s post </a>became available in results of the Google Search and in Google Alert only 4 days after being posted – not quite real-time, huh?</li>
<li>SAP HANA data analyses are most often paired with SAP BusinessObjects Explorer – modeless visual data search and exploration. Use of MapReduce libraries on top of Big Data requires advanced programming skills.</li>
</ul>
<p>During SAPPHIRE’11 USAkeynote speech Hasso Plattner mentioned MapReduce as a road map feature for SAP HANA, but since then I haven’t gotten any specifics what it means. Instead silently announced Release 15.4 of Sybase IQ has introduced some <a href="http://www.sybase.com/detail?id=1095620" target="_blank">features focused on analyses of Big Data</a> in their original meaning. Is there a silent revolution in SAP going on the Sybase side, while all eyes are on the HANA product?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=61&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2011/12/11/big-data-and-sap-hana/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Is SAP HANA about the &#8220;in-memory database&#8221;?</title>
		<link>http://vitalbi.wordpress.com/2011/11/28/is-sap-hana-in-memory-db/</link>
		<comments>http://vitalbi.wordpress.com/2011/11/28/is-sap-hana-in-memory-db/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 16:28:29 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[HANA]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[RDBMS]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=33</guid>
		<description><![CDATA[Disclaimer: this post is not meant to be easy-digestible, so please stay with me through the text and let’s have a discussion after that. When in May 2010 I first heard Hasso Platner, Chairman of the Board in SAP, talking &#8230; <a href="http://vitalbi.wordpress.com/2011/11/28/is-sap-hana-in-memory-db/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=33&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>Disclaimer</strong>: this post is not meant to be easy-digestible, so please stay with me through the text and let’s have a discussion after that.</em></p>
<p>When in May 2010 I first heard Hasso Platner, Chairman of the Board in <a title="About SAP" href="http://www.sap.com/about-sap/company/index.epx" target="_blank">SAP</a>, talking about the in-memory revolution they were planning with the SAP HANA product, I scratched my head. I had been working with SAP NetWeaver BW Accelerator (BWA) already for 4 years, and it was obvious that HANA was the continuation of the same technology. But what I made me curious was why out of three major principles underpinning the technology – massive parallel processing (MPP), columnar-based data store, and in-memory data store – SAP had chosen the last one as a flagship feature for the new product? It was not clear for me at that time. I decided that it must be due to the fact, that there are products already strongly identified with columnar data presentation (like Sybase IQ or Vertica) and with analytics MPP processing (like Teradata or HP Neoview), while in-memory databases, like TimesTen, Altibase or solidDB, were not that known to a broader audience.</p>
<p>For a last couple of years we’ve seen SAP effort to re-claim the “innovative” adjective next to the company name. So, using “in-memory” – existing, but not that wide known, technology seemed to be a good match for “innovation”. As we saw during last year, indeed HANA was used successfully by SAP marketing to generate lots of “game-changing”, “revolutionary”, “deliciously disruptive” buzz. This buzz was picked up by many. So, it was quite interesting to read the contradictory statement made by the analyst Dennis Gaughan at Gartner Symposium (<a title="The truth about IBM, Microsoft, Oracle and SAP" href="http://www.itnews.com.au/News/280268,the-truth-about-ibm-microsoft-oracle-and-sap.aspx" target="_blank">source</a>):</p>
<blockquote><p>… Gaughan said none of the four vendors [IBM, Microsoft, Oracle, SAP] are “re-imagining” IT, as per the theme of the Gartner conference.</p>
<p>“<strong>You won’t find innovation in their product portfolio</strong>,” he said. “You might find it if you try and talk to the research parts of these organisations.”&#8230;</p></blockquote>
<p>Indeed for those of us with a broader and deeper technical view, the question remained open: “What makes SAP HANA the innovative product among many existing in-memory database management systems?” I do not think this question has been fully answered by SAP so far. Let me share my understanding and thoughts here.</p>
<p>Firstly, in my opinion it is not the technology, as it is the ultimate promise, which is visionary: <strong>running transactional and analytic systems on a single platform with a single store of data</strong>. The whole data warehousing, as we know it, was born from a need to remove analytic workload from the transactional systems. In addition transactional data structures were transformed to analysis-optimized (like star schemas or OLAP cubes) along with data enrichment. Then ETL systems came into place to remove data transformation workload from data warehousing systems. Now SAP promises to bring everything back at one system (see graph below) &#8211; making separate ETL and EDW systems (and much of related skills and expertise) obsolete. This will be a <span style="text-decoration:underline;">huge change</span>, yet from my discussions with SAP customers it was not clear if they had gotten it. Many of them want to have SAP HANA database for the sake of running ERP alone faster. Again – it is not what is revolutionary with the SAP vision to be delivered thanks to the HANA platform.</p>
<p style="text-align:center;"><a href="http://vitalbi.files.wordpress.com/2011/11/sapinmemoryvision.jpg"><img class="alignnone size-full wp-image-40" title="SAP Vision" src="http://vitalbi.files.wordpress.com/2011/11/sapinmemoryvision.jpg?w=500" alt=""   /></a></p>
<p>OLTP and OLAP systems today require not only separate computing resources, but as well different data structures optimized for specific profiles of queries. SAP&#8217;s promise is that once transactional (e.g. ERP) and analytic (e.g. BW) systems are running on a single HANA platform, they will be using a single copy of data. All additional data modifications required, for example by analytics part of the system, like data cleansing, transformation, enrichment, will be done on the fly during each execution of queries [VitalBI: I bet there is going to be some kind of results caching, even if some guys in SAP marketing disagree]. In-memory data storage together with in-database calculations, append-only tables, and multi-cores processing are all the features, which are going to help SAP to achieve the “single business platform” promise.</p>
<p>What is different comparing to other in-memory database management systems, that SAP&#8217;s ambition to bring in-memory technology to the next level: <span style="text-decoration:underline;">Enterprise</span>.  It means not only specific and limited use cases, but mixed-workload, big-scale, high-volumes scenarios.</p>
<p>Secondly, <strong>there is not enough information about the innovation in the technology being developed</strong> by SAP. You will not find many white papers from SAP describing what is under the hood of the new database. Just storing data in the RAM, and treating this as a faster storage, is nothing new. Sybase ASE – the database acquired by SAP last year – has an “In-memory database” option. SAP HANA certainly has to offer something better.</p>
<p>My discussion with Franz Faerber, SAP HANA chief architect, at SAP Influencer Summit last summer helped to get a bit deeper view into the technology, beyond obvious things. In a nutshell, two major drivers behind SAP HANA technology were:</p>
<ol start="1">
<li>“RAM is slow” (And you thought “in-memory” is about storing data in RAM??)</li>
<li>“CPU clock frequency reaches its growth barrier”</li>
</ol>
<p>In SAP HANA everything is about the performance, which is a prerequisite for the <em>real-time</em> data processing. Even if RAM is faster than ‘spindle’ hard drives, CPUs still waste cycle while waiting for data from RAM. Therefore the optimization goal is to reduce the idle cycles by making sure that there is as many useful data in CPU caches as possible. The HANA database has to be coded using<em> CPU-cache-aware algorithms</em> and processing <em>CPU-cache-optimized data structures</em>. Well, back in 2006 Jim Gray from Microsoft discussed this principle in his famous presentation “RAM Locality is King”.</p>
<p>Most of the data is stored in SAP HANA databases in columnar and compressed format. This data still has to be converted to records during processing, so it is important that this step happens as late as possible – something called <em>late materialization</em>. Ideally operations on the data should be able to run directly on compressed data, without need to uncompress them.</p>
<p>As just mentioned in the previous paragraphs: in HANA everything is about performance, so when the clock speed growth slows down, the search for performance is in <em>multi-core CPU processing</em>. It is the worst kept secret on the market that about a dozen of developers from Intel spent months in SAP office coding the core of SAP in-memory technology to use all possible features of Intel Xeon chipset architecture: HyperThreading, Intel Turbo Boost, Threading Building Blocks. That&#8217;s why its top performance SAP HANA database can achieve only when running bare metal on Intel Xeon CPUs, and not on other platforms or in the virtualized environment.</p>
<p>Last, but not least: SAP HANA database is in fact the <em>hybrid </em>database: the RAM is used as a primary data store, but there are still SSDs or spindle drives used for data persistence, like in case of the power lost. I saw some customers being surprised when facing the SAP HANA hardware with external storage besides lots of RAM.</p>
<hr />
<p>On SAP invitation I am going to attend SAP Influencer Summit during December 13-14, and I am looking forward to it as a chance to get a layer deeper into what makes SAP in-memory technology truly a step forward comparing to others and how they are going to overcome some remaining technology barriers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=33&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2011/11/28/is-sap-hana-in-memory-db/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>

		<media:content url="http://vitalbi.files.wordpress.com/2011/11/sapinmemoryvision.jpg" medium="image">
			<media:title type="html">SAP Vision</media:title>
		</media:content>
	</item>
		<item>
		<title>About in-memory technology and SAP HANA at SBOUC&#8217;11</title>
		<link>http://vitalbi.wordpress.com/2011/10/11/lets-start-sbouc11/</link>
		<comments>http://vitalbi.wordpress.com/2011/10/11/lets-start-sbouc11/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 02:53:50 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[HANA]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[ASUG]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=14</guid>
		<description><![CDATA[It&#8217;s been an intensive year. It is not over yet (no rush!), but here we are &#8211; in the month of October and presenting at the 4th conference this year. In-memory technology has been a hot subject this year. So &#8230; <a href="http://vitalbi.wordpress.com/2011/10/11/lets-start-sbouc11/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=14&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been an intensive year. It is not over yet (no rush!), but here we are &#8211; in the month of October and presenting at the 4th conference this year.</p>
<p>In-memory technology has been a hot subject this year. So &#8211; no surprise &#8211; this was a topic for Dave&#8217;s and my session at recent ASUG SAP BusinessObjects User Conference (SBOUC) as well.</p>
<p>Below is the presentation for your review and download. We hope you find it useful.</p>
<div id="__ss_9651773" style="width:425px;"><strong><a title="Impact of in-memory technology and SAP HANA on your business, IT, and career" href="http://www.slideshare.net/VitalBI/impact-of-inmemory-technology-and-sap-hana-on-your-business-it-and-career" target="_blank">Impact of in-memory technology and SAP HANA on your business, IT, and career</a></strong> <iframe src='http://www.slideshare.net/slideshow/embed_code/9651773' width='425' height='348' scrolling='no'></iframe></div>
<p>If you cannot open links embedded into the presentation above, here they are:</p>
<ul>
<li>Dave&#8217;s video “<a href="http://www.youtube.com/watch?v=aMKJBisNEQE" target="_blank">HP Business Results with SAP HANA</a>”</li>
<li>HP&#8217;s lecture “<a href="http://sapvirtualevents.com/teched/sessiondetails.aspx?sId=147" target="_blank">Business Analytics Deployments with HP Implementations</a>” from SAP TechEd 2011 in Las Vegas</li>
<li><a title="Interview with Erik" href="http://bit.ly/pErERq" target="_blank">Interview with HP&#8217;s Erik Lillestolen</a> during SAP TechEd 2011 in Las Vegas</li>
<li><a href="http://bit.ly/sApE4d" target="_blank">Interview with SAP&#8217;s Stefan Sigg</a>, VP In-Memory Platform, during SAP TechEd 2011 in Madrid</li>
<li><a title="SCN blog" href="http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/u/37289" target="_blank">Vitaliy&#8217;s blog</a> on SCN</li>
</ul>
<div>Any comments or questions &#8211; please use the the Reply section below.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=14&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/2011/10/11/lets-start-sbouc11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello BI world!</title>
		<link>http://vitalbi.wordpress.com/1999/11/29/hello-world/</link>
		<comments>http://vitalbi.wordpress.com/1999/11/29/hello-world/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 07:00:00 +0000</pubDate>
		<dc:creator>Vital BI</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vitalbi.wordpress.com/?p=1</guid>
		<description><![CDATA[I have arrived I mean I&#8217;ve been in blogosphere before with my SCN posts, but now it&#8217;s time to bring blogging to the new level with this &#8220;Vital BI&#8221; site.The time is perfect: there are lots of discussions going on &#8230; <a href="http://vitalbi.wordpress.com/1999/11/29/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=1&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have arrived <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I mean I&#8217;ve been in blogosphere before with my <a title="Vitaliy's blogs on SCN" href="http://bit.ly/gdhqDb" target="_blank">SCN posts</a>, but now it&#8217;s time to bring blogging to the new level with this &#8220;Vital BI&#8221; site.<br />The time is perfect: there are lots of discussions going on in our area. Last week I was listening to the announcement of Exalytics at Oracle OpenWorld&#8217;11, and now I&#8217;m at ASUG SAP BusinessObjects User Conference with a chance to have some first hand discussions. Let&#8217;s start then.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vitalbi.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vitalbi.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vitalbi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vitalbi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vitalbi.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vitalbi.wordpress.com&amp;blog=28148622&amp;post=1&amp;subd=vitalbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vitalbi.wordpress.com/1999/11/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab1b30b699f3dfd654bc4509a7b03185?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vitalbi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
