SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

A True SQL OS

By Steve Jones, 2009/08/26

Total article views: 136 | Views in the last 30 days: 9

SQL OS

I have heard a number of talks from SQL Server developers at Microsoft that refer to the internal SQL Server database engine as the "SQL OS," since it almost exists as its own operating system from their perspective. Much of the development work these people have done in scheduling, threading, memory management and more, is reminiscent of the work done on operating systems. So it's called the SQL OS.

As SQL Server has grown wider and wider, incorporating more and more features, it almost seems to have all the features that might qualify it as its own operating system, but it still has dependencies on Windows, and exists as a service under Windows. That is both good and bad, since you can easily use your physical server for other applications, but those applications can take resources away from SQL Server and cause contention.

Since it seems that many people make a practice of only installing SQL Server on a machine, it makes me think that we're actually ready for a true SQL OS, one that is installed on a machine and has no other capabilities other than what is inside SQL Server.  I think this could be done today, perhaps using a specialized Server Core installation in Windows, and eliminate the possibility of anything interfering with SQL Server itself. We could still add it to a Windows host if needed, but we'd have the option of a specialized SQL box, maybe as an Enterprise feature.

There could be some great advantages of going down this path. Windows I/O and scheduling could be tuned specifically for SQL Server, or just incorporated into the SQL Server platform. With VMs, you could still partition your hardware to have a SQL VM and another Windows VM for other applications. The new Filestream features could be extended to allow file operations to the SQL Server instance, and what's more, we could then access and manipulate these files from within the server. Doing so in a separate file system is a constant challenge for many developers and DBAs.

I don't think this will happen for a few reasons, not the least of which is licensing. There's a Windows and a SQL Server license for every instance, and I can't see Microsoft wanting to sell less copies of Windows.

However it's nice to dream of a way to build a SQL Server platform that only requires DBAs.

Steve Jones


The Voice of the DBA Podcasts

Everyday Jones

The podcast feeds are available at sqlservercentral.mevio.com. Comments are definitely appreciated and wanted, and you can get feeds from there.

You can also follow Steve Jones on Twitter:

Overall RSS Feed: or now on iTunes!

Today's podcast features music by Everyday Jones. No relation, but I stumbled on to them and really like the music. Support this great duo at www.everydayjones.com.

I really appreciate and value feedback on the podcasts. Let us know what you like, don't like, or even send in ideas for the show. If you'd like to comment, post something here. The boss will be sure to read it.

By Steve Jones, 2009/08/26

Total article views: 136 | Views in the last 30 days: 9
Your response
 
 
Related tags

Editorial    
SQL Server    
 
Related content

Why Are There So Many Editions?

By Steve Jones | Category: Editorial
(not yet rated) | 144 reads

What Does Support Look Like?

By Steve Jones | Category: Editorial
(not yet rated) | 91 reads

SQL Server Knockoffs

By Steve Jones | Category: Editorial
(not yet rated) | 114 reads

The Cloud of Destiny

By Steve Jones | Category: Editorial
| 158 reads
 
Contribute

Free registration required...

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Login (existing users)

Login

Email:   Password:   Remember me: Forgotten your password?

Register (new users)

Register

Email:   Password:
Confirm:

Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

Steve Jones
Editor, SQLServerCentral.com