Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Performance Tuning of Scientific Applications, 


Варианты приобретения
Цена: 9492.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания


Название:  Performance Tuning of Scientific Applications
ISBN: 9780367383305
Издательство: Taylor&Francis
Классификация:
ISBN-10: 0367383306
Обложка/Формат: Paperback
Страницы: 400
Вес: 0.74 кг.
Дата издания: 20.12.2019
Язык: English
Размер: 231 x 155 x 23
Читательская аудитория: Tertiary education (us: college)
Основная тема: Supercomputing
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание:

With contributions from some of the most notable experts in the field, Performance Tuning of Scientific Applications presents current research in performance analysis. The book focuses on the following areas.

Performance monitoring: Describes the state of the art in hardware and software tools that are commonly used for monitoring and measuring performance and managing large quantities of data

Performance analysis: Discusses modern approaches to computer performance benchmarking and presents results that offer valuable insight into these studies

Performance modeling: Explains how researchers deduce accurate performance models from raw performance data or from other high-level characteristics of a scientific computation

Automatic performance tuning: Explores ongoing research into automatic and semi-automatic techniques for optimizing computer programs to achieve superior performance on any computer platform

Application tuning: Provides examples that show how the appropriate analysis of performance and some deft changes have resulted in extremely high performance

Performance analysis has grown into a full-fledged, sophisticated field of empirical science. Describing useful research in modern performance science and engineering, this book helps real-world users of parallel computer systems to better understand both the performance vagaries arising in scientific applications and the practical means for improving performance.

Read about the book on HPCwire and insideHPC




Автор: Testino, Mario Herrera, Carolina Lanza, Riccardo
Название: Mario Testino. I love you
ISBN: 3836592010 ISBN-13(EAN): 9783836592017
Издательство: Taschen
Рейтинг:
Цена: 7970.00 р.
Наличие на складе: Ожидается поступление.

Описание: I Love You is Mario Testino`s photographic homage to weddings and everything they stand for. A love declaration and a glimpse into the heart of brides getting ready, special rites among friends, the zest of extraordinary parties - every image showing the unique fantasies of a life to start anew.

Wind in the Willows HB

Автор: Grahame, Kenneth
Название: Wind in the Willows HB
ISBN: 0744575532 ISBN-13(EAN): 9780744575538
Издательство: Walker Books
Рейтинг:
Цена: 3300.00 р.
Наличие на складе: Есть (2 шт.)
Описание: In a beautiful single volume, Inga Moore`s magical illustrations bring Kenneth Grahame`s much-loved classic to life for a new generation of readers.

Hippo at the End of the Hall

Автор: Cooper Helen
Название: Hippo at the End of the Hall
ISBN: 1910989762 ISBN-13(EAN): 9781910989760
Издательство: TBS/GBS
Рейтинг:
Цена: 1038.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The magical first novel by Kate Greenaway award-winner Helen Cooper.

Oracle Database 12c Performance Tuning Recipes

Автор: Sam Alapati; Darl Kuhn; Bill Padfield
Название: Oracle Database 12c Performance Tuning Recipes
ISBN: 1430261870 ISBN-13(EAN): 9781430261872
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: What you need in that situation is a book of solutions, and solutions are precisely what Oracle Database 12c Performance Tuning Recipes delivers. Oracle Database 12c Performance Tuning Recipes is a ready reference for database administrators in need of immediate help with performance issues relating to Oracle Database.

Oracle Performance Tuning

Название: Oracle Performance Tuning
ISBN: 1565922379 ISBN-13(EAN): 9781565922372
Издательство: Wiley
Рейтинг:
Цена: 10136.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Performance tuning is crucial in any modern relational database management system. This edition includes recent material on Oracle 7.3 and many Oracle 8 features and explores Oracle capabilities lie parallel server, parallel query and distributed database.

Performance Tuning with SQL Server Dynamic Management Views

Автор: Davidson Louis, Ford Tim
Название: Performance Tuning with SQL Server Dynamic Management Views
ISBN: 1906434476 ISBN-13(EAN): 9781906434472
Издательство: Неизвестно
Цена: 4137.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Dynamic Management Views (DMVs) are a significant and valuable addition to the DBA's troubleshooting armory, laying bare previously unavailable information regarding the under-the-covers activity of your database sessions and transactions. Why, then, aren't all DBAs using them? Why do many DBAs continue to ignore them in favour of "tried and trusted" tools such as sp_who2, DBCC OPENTRAN, and so on, or make do with the "ready made" reports built into SSMS? Why do even those that do use the DMVs speak wistfully about "good old sysprocesses"? There seem to be two main factors at work. Firstly, some DBAs are simply unaware of the depth and breadth of the information that is available from the DMvs, or how it might help them troubleshoot common issues. This book investigates all of the DMVs that are most frequently useful to the DBA in investigating query execution, index usage, session and transaction activity, disk IO, and how SQL Server is using or abusing the operating system. Secondly, the DMVs have a reputation of being difficult to use. In the process of exposing as much useful data as possible, sysprocesses has been de-normalized, and many new views and columns have been added. This fact, coupled with the initially-baffling choices of what columns will be exposed where, has lead to some DBAs to liken querying DMVs to "collecting mystic spells". In fact, however, once you start to write your own scripts, you'll see the same tricks, and similar join patterns, being used time and again. As such, a relatively small core set of scripts can be readily adapted to suit any requirement. This book is here to de-mystify the process of collecting the information you need to troubleshoot SQL Server problems. It will highlight the core techniques and "patterns" that you need to master, and will provide a core set of scripts that you can use and adapt for your own systems, including how to: * Root out the queries that are causing memory or CPU pressure on your system * Investigate caching, and query plan reuse * Identify index usage patterns * Track fragmentation in clustered indexes and heaps * Get full details on blocking and blocked transactions, including the exact commands being executed, and by whom. * Find out where SQL Server is spending time waiting for resources to be released, before proceeding * Monitor usage and growth of tempdb The DMVs don't make existing, built-in, performance tools obsolete. On the contrary, they complement these tools, and offer a flexibility, richness and granularity that are simply not available elsewhere. Furthermore, you don't need to master a new GUI, or a new language in order to use them; it's all done in a language all DBAs know and mostly love: T-SQL.

Performance Tuning of Scientific Applications

Автор: Bailey, David H.
Название: Performance Tuning of Scientific Applications
ISBN: 1439815690 ISBN-13(EAN): 9781439815694
Издательство: Taylor&Francis
Рейтинг:
Цена: 20671.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Oracle Database 12c Release 2 Performance Tuning Tips & Techniques

Автор: Niemiec Richard
Название: Oracle Database 12c Release 2 Performance Tuning Tips & Techniques
ISBN: 1259589684 ISBN-13(EAN): 9781259589683
Издательство: McGraw-Hill
Рейтинг:
Цена: 13211.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Proven database optimization solutions-fully updated for Oracle Database 12c Release 2

MySQL 8 Query Performance Tuning: A Systematic Method for Improving Execution Speeds

Автор: Krogh Jesper Wisborg
Название: MySQL 8 Query Performance Tuning: A Systematic Method for Improving Execution Speeds
ISBN: 1484255836 ISBN-13(EAN): 9781484255834
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate-Advanced user level

Oracle Tuning Power Scripts: With 100+ High Performance SQL Scripts

Автор: Conway Harry, Ault Mike, Burleson Donald
Название: Oracle Tuning Power Scripts: With 100+ High Performance SQL Scripts
ISBN: 0991638646 ISBN-13(EAN): 9780991638642
Издательство: Неизвестно
Цена: 4819.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Oracle Rac Performance Tuning

Автор: Peasland Brian
Название: Oracle Rac Performance Tuning
ISBN: 0986119415 ISBN-13(EAN): 9780986119415
Издательство: Неизвестно
Цена: 9475.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

SQL Server Tuning Scripts: Performance Optimization Secrets

Автор: Schumacher Robin
Название: SQL Server Tuning Scripts: Performance Optimization Secrets
ISBN: 0991638670 ISBN-13(EAN): 9780991638673
Издательство: Неизвестно
Цена: 4819.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия