|
07.04.2011, 05:15 | #1 |
Участник
|
axinthefield: Podcast: Leveraging SQL Compression with Microsoft Dynamics Products
Источник: http://blogs.msdn.com/b/axinthefield...-products.aspx
============== We are podcast crazy this week on the Premier Field Engineering for Dynamics team. We have a podcast a day going this week to get everyone jazzed up for Convergence next week. Our Dynamics AX focused podcast centers around using the compression capability available in Microsoft SQL Server 2008 Enterprise Edition. With compression, you can both improve performance and reduce the size of your AX database. Michael DeVoe joined the podcast to talk about the different types of compression, when to use and when not to use compression and some of the results he's found from working with our enterprise and mid-sized customers on the right compression strategy for their business. Check out the archived podcast here: http://www.blogtalkradio.com/pfedyna...amics-products For Dynamics AX customers, there is a new type of compression that's included in SQL 2008 R2 which does compression for Unicode data. SQL Server stores Unicode data as 2 bytes, and for most western languages, you can save up to 50% of storage space. This chart from the MSDN article on SQL Unicode Compression shows an overview of the potential savings: When an index is created or rebuilt or when a value is changed in a table that was compressed with row or page compression, the affected index or value is stored compressed only if its compressed size is less than its current size. This prevents rows in a table or index from increasing in size because of Unicode compression. The storage space that compression saves depends on the characteristics of the data that is being compressed and the locale of the data. The following table lists the space savings that can be achieved for several locales. Locale - Compression percent English - 50% German - 50% Hindi - 50% Turkish - 48% Vietnamese - 39% Japanese - 15% For more information on the information presented in the podcast, you can check out these related links:
Источник: http://blogs.msdn.com/b/axinthefield...-products.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. Последний раз редактировалось Poleax; 07.04.2011 в 09:45. |
|
07.04.2011, 09:48 | #2 |
Модератор
|
Кто может поделится опытом по сжатию (в %) таблиц содержащих Unicode на русском?
__________________
This posting is provided "AS IS" with no warranties, and confers no rights. |
|
Теги |
unicode, данные, сжатие |
|
|