Showing posts with label DataBase. Show all posts
Showing posts with label DataBase. Show all posts

Monday, June 1, 2015

What is the SQL Server 2016 Query Data Store?

There's been some discussion and little confusion over a new feature that will deliver in SQL Server 2016 called the "Query Store." At first blush, you'd think that Microsoft was delivering a Windows-type app store for queries in SQL Server 2016. This by itself, would be fantastic. I can imagine SQL administrators salivating at the ability to "shop" for vetted SQL queries to use in their own environments instead of having to continually create their own or ask the SQL community to share their own. But, unfortunately, this is not what Query Store in SQL Server 2016 is. Not that the new feature isn't revolutionary and hugely valuable by any stretch.
The full name, per Microsoft, is Query Data Store, which makes the meaning more reasonably understandable. Query Data Store in SQL Server 2016 is intended as a service that monitors and optimizes query plans with full history of query execution. Query Data Store can help diagnose performance problems that are related to plan changes.
What it does:
  1. Stores the history of query plans
  2. Captures performance data for each query plan
  3. Identifies the most expensive queries and earmarks those queries that have degraded or gotten slower over time
  4. Gives you the ability to force old plans, should a new plan cause performance issues (almost like a system restore for Windows computers)
  5. Easily fixes plan regressions
  6. Analyzes workload patterns
  7. De-risks SQL Server upgrades with restart and failover
Microsoft has yet to communicate if Query Data Store will be available in the Standard edition of SQL Server 2016, but will definitely be available as a service for the Enterprise version.
Share:

Friday, April 24, 2015

A List of Database Management Systems

                       
                                     
             This is a list of all the database management systems that I have been able to identify. If you know of any others, then please email them to me!                                 The systems are listed by type: relational(R), extended-relational(X), object-relational(OR), object-oriented(OO), network(N) and hierarchical(H). Note that some vendors state that their DBMS is more than one of these. In such a case the DBMS type is specified by more than one designation. For example, Centura Software states that their Velocis database is based on both the relational and network models, and in this case the designation "RN" has been specified.
                                    For the primary market, some liberties have been taken with regard to the use of the term "Enterprise." Specifically, if a vendor does not indicate a primary market for their DBMS, then the primary market has been specified as "Enterprise."


DBMSVendorTypePrimary Market
Access (Jet, MSDE)MicrosoftRDesktop
Adabas DSoftware AGREnterprise
Adaptive Server AnywhereSybaseRMobile/Embedded
Adaptive Server EnterpriseSybaseREnterprise
Advantage Database ServerExtended SystemsRMobile/Enterprise
DatacomComputer AssociatesREnterprise
DB2 EveryplaceIBMRMobile
FilemakerFileMaker Inc.RDesktop
IDMSComputer AssociatesREnterprise
Ingres iiComputer AssociatesREnterprise
InterbaseInprise (Borland)ROpen Source
MySQLFreewareROpen Source
NonStop SQLTandemREnterprise
Pervasive.SQL 2000 (Btrieve)Pervasive SoftwareREmbedded
Pervasive.SQL WorkgroupPervasive SoftwareREnterprise (Windows 32)
ProgressProgress SoftwareRMobile/Embedded
Quadbase SQL ServerQuadbase Systems, Inc.RelationalEnterprise
R:BaseR:Base TechnologiesRelationalEnterprise
RdbOracleREnterprise
Red BrickInformix (Red Brick)REnterprise (Data Warehousing)
SQL ServerMicrosoftREnterprise
SQLBaseCentura SoftwareRMobile/Embedded
SUPRACincomREnterprise
TeradataNCRRVLDB (Data Warehousing)
YARD-SQLYARD Software Ltd.REnterprise
TimesTenTimesTen Performance SoftwareRIn-Memory
AdabasSoftware AGXREnterprise
Model 204Computer Corporation of AmericaXRVLDB
UniDataInformix (Ardent)XREnterprise
UniVerseInformix (Ardent)XREnterprise
Cache'InterSystemsOREnterprise
CloudscapeInformixORMobile/Embedded
DB2IBMOREnterprise/VLDB
Informix Dynamic Server 2000InformixOREnterprise
Informix Extended Parallel ServerInformixORVLDB (Data Warehousing)
Oracle LiteOracleORMobile
Oracle 8IOracleOREnterprise
PointBase EmbeddedPointBaseOREmbedded
PointBase MobilePointBaseORMobile
PointBase Network ServerPointBaseOREnterprise
PostgreSQLFreewareOROpen Source
UniSQLCincomOREnterprise
Jasmine iiComputer AssociatesOOEnterprise
Object StoreExceleronOOEnterprise
Objectivity DBObjectivityOOVLDB (Scientific)
POET Object Server SuitePoet SoftwareOOEnterprise
VersantVersant CorporationOOEnterprise
Raima Database ManagerCentura SoftwareRNMobile/Embedded
VelocisCentura SoftwareRNEnterprise/Embedded
Db.linuxCentura SoftwareRNHOpen Source/Mobile/Embedded
Db.starCentura SoftwareRNHOpen Source/Mobile/Embedded
IMS DBIBMHEnterprise

Share:

Popular Posts

Blog Archive