RE: oracle v SS

From: Noveljic Nenad <nenad.noveljic_at_vontobel.com>
Date: Fri, 8 Nov 2019 08:12:12 +0000
Message-ID: <27135_1573200754_5DC52372_27135_15573_1_695c5c84e17c4232b3f812a88bf32c40_at_vontobel.com>



Hi Kellyn,

I embedded my answers below.

The access over a secondary index requires an additional clustered index lookup for getting a row. Consequently, if the clustered index depth is, say, four, this will require four additional logical reads per fetched row. To do justice to SQL Server, the clustered index lookup could be avoided by including all of the selected columns in the secondary index. However, this might become quite a challenging task in a DWH allowing ad-hoc queries. In contrast, Oracle tries to maintain ROWIDs in the secondary index, and therefore, doesn’t require those additional reads. I elaborated on that topic here: https://nenadnoveljic.com/blog/index-organized-table-vs-clustered-index/ .

  • Oracle/Linux troubleshooting/performance tuning features are superior! SQL Server is slowly catching up, but it's still way beyond Oracle. > SQL Server is on Linux, which offers similar optimization tool availability.

Unlike Oracle, SQL Server isn’t specifically compiled for Linux. There is a translation layer instead, see https://cloudblogs.microsoft.com/sqlserver/2016/12/16/sql-server-on-linux-how-introduction/ . Consequently, the tools tracing user space calls can’t resolve addresses of SQL Server functions – which renders them unusable. For example, see a (cryptic) pstack output of a SQL Server process, which isn’t helpful at all:

pstack 1095
Thread 2 (Thread 0x7fe874b9f700 (LWP 2557)):
#0 0x00007fe87ef5dcef in ppoll () from /lib64/libc.so.6
#1 0x00005583a0cf7d41 in ?? ()
#2 0x00007fe881b46ea5 in start_thread () from /lib64/libpthread.so.0
#3 0x00007fe87ef688cd in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7fe881f5e0c0 (LWP 1095)):
#0 0x00007fe881b4e1d9 in waitpid () from /lib64/libpthread.so.0
#1 0x00005583a0cf8373 in ?? ()
#2 0x00005583a0d4c955 in ?? ()
#3 0x00005583a0d4d61f in ?? ()
#4 0x00005583a0d23eb1 in ?? ()
#5 0x00005583a0ce27df in ?? ()
#6 0x00007fe87ee8c545 in __libc_start_main () from /lib64/libc.so.6
#7 0x00005583a0cdfbba in ?? ()

In contrast, pstack output of an Oracle process provides a genuinely useful information:

pstack 29069
#0 0x00007f627002015a in semtimedop () from /lib64/libc.so.6
#1 0x0000000012840365 in sskgpwwait ()
#2 0x000000001283c4bb in skgpwwait ()
#3 0x0000000012034d9a in ksliwat ()
#4 0x000000001203414c in kslwaitctx ()
#5 0x0000000012657e20 in ksarcv ()
#6 0x0000000003a2837a in ksbabs ()
#7 0x0000000003a46933 in ksbrdp ()
#8 0x0000000003e2a8cd in opirip ()
#9 0x00000000026d3265 in opidrv ()
#10 0x0000000003185685 in sou2o ()
#11 0x0000000000da9f1d in opimai_real ()
#12 0x0000000003191821 in ssthrdmain ()
#13 0x0000000000da9e40 in main ()

  • SQL Server comes with BI components (Reporting & Analysis Server, SSIS). > Most newer, advanced, more efficient products are not in SQL Server, but Azure DB and Azure in general. Power BI, Analysis Server, Hyperscale, Azure Data Factory). It may be less popular in the Oracle world, but I'm at one of the largest Microsoft conferences today and I can tell you, most of us have moved to the cloud and cloud products. SQL Server outside of Azure is when we have no other choice. There's so much more available in Azure.

According to https://docs.microsoft.com/en-us/power-bi/report-server/install-report-server , Power BI is available on-premise as well.

Best regards,

Nenad



Please consider the environment before printing this e-mail. Bitte denken Sie an die Umwelt, bevor Sie dieses E-Mail drucken.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">p { font-family: Arial;font-size:9pt }</style>
</head>
<body>
<p>
<br>Important Notice</br>
<br />

This message is intended only for the individual named. It may contain confidential or privileged information. If you are not the named addressee you should in particular not disseminate, distribute, modify or copy this e-mail. Please notify the sender immediately by e-mail, if you have received this message by mistake and delete it from your system.<br /> Without prejudice to any contractual agreements between you and us which shall prevail in any case, we take it as your authorization to correspond with you by e-mail if you send us messages by e-mail. However, we reserve the right not to execute orders and instructions transmitted by e-mail at any time and without further explanation.<br /> E-mail transmission may not be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete. Also processing of incoming e-mails cannot be guaranteed. All liability of Vontobel Holding Ltd. and any of its affiliates (hereinafter collectively referred to as "Vontobel Group") for any damages resulting from e-mail use is excluded. You are advised that urgent and time sensitive messages should not be sent by e-mail and if verification is required please request a printed version.</br> Please note that all e-mail communications to and from the Vontobel Group are subject to electronic storage and review by Vontobel Group. Unless stated to the contrary and without prejudice to any contractual agreements between you and Vontobel Group which shall prevail in any case, e-mail-communication is for informational purposes only and is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction.<br /> The legal basis for the processing of your personal data is the legitimate interest to develop a commercial relationship with you, as well as your consent to forward you commercial communications. You can exercise, at any time and under the terms established under current regulation, your rights. If you prefer not to receive any further communications, please contact your client relationship manager if you are a client of Vontobel Group or notify the sender. Please note for an exact reference to the affected group entity the corporate e-mail signature. For further information about data privacy at Vontobel Group please consult <a href="https://www.vontobel.com">www.vontobel.com</a>.<br />
</p>
</body>
</html>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 08 2019 - 09:12:12 CET

Original text of this message