搜索
首页数据库mysql教程SQLSERVER2014 2014年4月1日发布

SQLSERVER2014 2014年4月1日 发布 http://blogs.technet.com/b/microsoft_blog/archive/2014/03/18/sql-server-2014-released-to-manufacturers-will-be-generally-available-april-1.aspx 吸引眼球的地方: 首个云数据平台 in-memory 内存技术(In-Memory O

SQLSERVER2014 2014年4月1日发布

http://blogs.technet.com/b/microsoft_blog/archive/2014/03/18/sql-server-2014-released-to-manufacturers-will-be-generally-available-april-1.aspx

 

吸引眼球的地方:

首个云数据平台

in-memory 内存技术(In-Memory OLTP 性能提升30倍,每秒处理250,000

 

Today I am very happy to announce SQL Server 2014 has been released to manufacturing and will be generally available on April 1.

SQL Server 2014 is the culmination of thousands of hours of hard work from Microsoft engineers and thousands of hours of testing

and input from our preview customers. The result is an important component of Microsoft’s overall cloud-first data platform.

The platform delivers breakthrough performance, accelerated insights through tools everyone uses

and the ability to scale globally on-premises and in the cloud – letting our customers get the most from their data.

This release of SQL Server is significant in that, in addition to delivering key hybrid scenarios, it rounds out our journey to

embrace in-memory technology(拥抱in-memory内存技术). Several years back, we began exploring the changing hardware

landscape – memory being one of the key areas of focus. Today, our in-memory technology spans the core workloads in the data platform:

business intelligence as part of Analysis Services, Excel and Power BI for Office 365; complex event processing with StreamInsight; in-memory columnstore in SQL Server and our data warehousing product; and now with SQL Server 2014 – in-memory transaction processing.

The completeness of Microsoft’s data platform and the strength of its mission-critical capabilities are the reasons our customers increasingly

build on and deploy SQL Server. It has garnered market share and industry recognition because it meets the increasingly

demanding needs of business customers of all sizes. SQL Server is the most widely-deployed database in the world and continues to gain revenue share at the expense of our competitors. Our data platform has surpassed our competitors in key technology areas like cloud, in-memory

and business intelligence. With SQL Server 2014, we’ll continue to build on that momentum with an enterprise-ready, mission-critical database.

Built-in in-memory technology for faster application performance

What I am most proud of is that the technology innovations we’re delivering today in SQL Server 2014

help customers create new business value and open up new possibilities and opportunities with data.

In-memory transaction processing

(In-Memory OLTP), speeds up an already very fast experience by delivering speed improvement of up to 30x.

For a company like bwin, the largest regulated online gaming company, faster processing means not only can they serve more customers

by scaling their applications to 250,000 requests a second, but it means the experience their customers have

with their application is better, faster and smoother. It is exciting to see what customers can do

when raw performance and throughput of a database changes this dramatically.

Important to our in-memory work is our approach to build SQL Server’s In-Memory OLTP right into the box.

This means our customers don’t need expensive additional software to take advantage of the technology.

More importantly, it means customers do not have to rewrite their application or deploy new servers. We approached in-memory columnstore the same way – it is built into SQL Server and our data warehouse product Parallel Data Warehouse. Our customers have appreciated this approach, and it sets us apart from our competitors.

Hybrid cloud capabilities offer greater flexibility

The other key area of investment for SQL Server 2014 has been hybrid features that span the cloud and on-premises,

giving customers a choice in how they deploy database solutions. Customers can easily and securely backup and recover on-premises

SQL Server databases using Windows Azure. SQL Server 2014’s AlwaysOn technology was not just improved for this release,

它的构建目的是将运行 SQL Server 的 Windows Azure 虚拟机注册到客户的灾难恢复解决方案中。

这一交钥匙解决方案建立在 Windows Azure 虚拟机中的 SQL Server 2014 可用性之上 - 人们可以获得内存中的 SQL Server

任务关键型功能只需几分钟即可在 Azure VM 中启动并运行。 SQL Server 2014 将于 4 月 1 日正式发布,并以 Windows Azure 虚拟机映像的形式提供。

Windows Azure 和 SQL Server 为我们的客户在本地部署选项中提供了连续的功能和灵活性

在云端。 Windows Azure 还支持重要的数据工作负载 – Windows Azure HDInsight,我们基于 Apache Hadoop 的解决方案

在云端。今天,我们宣布 Windows Azure HDInsigh 全面支持 Hadoop 2.2t,

已更新以充分利用最新的 Hadoop 2.2 平台,包括对 YARN 和 Stinger Phase 2 的支持。

数据库和更广泛的数据平台行业从未有过如此激动人心的时刻。

在一个几乎一切都将变得数字化的时代,今天我们提供的数据平台将帮助我们的客户实现业务数字化。客户可以在 4 月 1 日下载 SQL Server 2014 或立即注册,以便在版本发布后收到通知。

客户还可以在 4 月 15 日的“加速您的见解”活动中了解有关该版本和我们的数据平台策略的更多信息,

微软首席执行官萨蒂亚·纳德拉 (Satya Nadella) 和首席运营官凯文·特纳 (Kevin Turner) 将与我一起出席。此外,我们的一些客户还从

中获得价值

今天我们的数据平台也会出席。我鼓励您保存日期并收看活动。

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
您什么时候应该使用复合索引与多个单列索引?您什么时候应该使用复合索引与多个单列索引?Apr 11, 2025 am 12:06 AM

在数据库优化中,应根据查询需求选择索引策略:1.当查询涉及多个列且条件顺序固定时,使用复合索引;2.当查询涉及多个列但条件顺序不固定时,使用多个单列索引。复合索引适用于优化多列查询,单列索引则适合单列查询。

如何识别和优化MySQL中的慢速查询? (慢查询日志,performance_schema)如何识别和优化MySQL中的慢速查询? (慢查询日志,performance_schema)Apr 10, 2025 am 09:36 AM

要优化MySQL慢查询,需使用slowquerylog和performance_schema:1.启用slowquerylog并设置阈值,记录慢查询;2.利用performance_schema分析查询执行细节,找出性能瓶颈并优化。

MySQL和SQL:开发人员的基本技能MySQL和SQL:开发人员的基本技能Apr 10, 2025 am 09:30 AM

MySQL和SQL是开发者必备技能。1.MySQL是开源的关系型数据库管理系统,SQL是用于管理和操作数据库的标准语言。2.MySQL通过高效的数据存储和检索功能支持多种存储引擎,SQL通过简单语句完成复杂数据操作。3.使用示例包括基本查询和高级查询,如按条件过滤和排序。4.常见错误包括语法错误和性能问题,可通过检查SQL语句和使用EXPLAIN命令优化。5.性能优化技巧包括使用索引、避免全表扫描、优化JOIN操作和提升代码可读性。

描述MySQL异步主奴隶复制过程。描述MySQL异步主奴隶复制过程。Apr 10, 2025 am 09:30 AM

MySQL异步主从复制通过binlog实现数据同步,提升读性能和高可用性。1)主服务器记录变更到binlog;2)从服务器通过I/O线程读取binlog;3)从服务器的SQL线程应用binlog同步数据。

mysql:简单的概念,用于轻松学习mysql:简单的概念,用于轻松学习Apr 10, 2025 am 09:29 AM

MySQL是一个开源的关系型数据库管理系统。1)创建数据库和表:使用CREATEDATABASE和CREATETABLE命令。2)基本操作:INSERT、UPDATE、DELETE和SELECT。3)高级操作:JOIN、子查询和事务处理。4)调试技巧:检查语法、数据类型和权限。5)优化建议:使用索引、避免SELECT*和使用事务。

MySQL:数据库的用户友好介绍MySQL:数据库的用户友好介绍Apr 10, 2025 am 09:27 AM

MySQL的安装和基本操作包括:1.下载并安装MySQL,设置根用户密码;2.使用SQL命令创建数据库和表,如CREATEDATABASE和CREATETABLE;3.执行CRUD操作,使用INSERT,SELECT,UPDATE,DELETE命令;4.创建索引和存储过程以优化性能和实现复杂逻辑。通过这些步骤,你可以从零开始构建和管理MySQL数据库。

InnoDB缓冲池如何工作,为什么对性能至关重要?InnoDB缓冲池如何工作,为什么对性能至关重要?Apr 09, 2025 am 12:12 AM

InnoDBBufferPool通过将数据和索引页加载到内存中来提升MySQL数据库的性能。1)数据页加载到BufferPool中,减少磁盘I/O。2)脏页被标记并定期刷新到磁盘。3)LRU算法管理数据页淘汰。4)预读机制提前加载可能需要的数据页。

MySQL:初学者的数据管理易用性MySQL:初学者的数据管理易用性Apr 09, 2025 am 12:07 AM

MySQL适合初学者使用,因为它安装简单、功能强大且易于管理数据。1.安装和配置简单,适用于多种操作系统。2.支持基本操作如创建数据库和表、插入、查询、更新和删除数据。3.提供高级功能如JOIN操作和子查询。4.可以通过索引、查询优化和分表分区来提升性能。5.支持备份、恢复和安全措施,确保数据的安全和一致性。

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
3 周前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
3 周前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您听不到任何人,如何修复音频
3 周前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解锁Myrise中的所有内容
3 周前By尊渡假赌尊渡假赌尊渡假赌

热工具

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

MinGW - 适用于 Windows 的极简 GNU

MinGW - 适用于 Windows 的极简 GNU

这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

mPDF

mPDF

mPDF是一个PHP库,可以从UTF-8编码的HTML生成PDF文件。原作者Ian Back编写mPDF以从他的网站上“即时”输出PDF文件,并处理不同的语言。与原始脚本如HTML2FPDF相比,它的速度较慢,并且在使用Unicode字体时生成的文件较大,但支持CSS样式等,并进行了大量增强。支持几乎所有语言,包括RTL(阿拉伯语和希伯来语)和CJK(中日韩)。支持嵌套的块级元素(如P、DIV),

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)