語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
PostgreSQL query optimization = the ...
~
Dombrovskaya, Henrietta.
FindBook
Google Book
Amazon
博客來
PostgreSQL query optimization = the ultimate guide to building efficient queries /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
PostgreSQL query optimization/ by Henrietta Dombrovskaya, Boris Novikov, Anna Bailliekova.
其他題名:
the ultimate guide to building efficient queries /
作者:
Dombrovskaya, Henrietta.
其他作者:
Novikov, Boris.
出版者:
Berkeley, CA :Apress : : 2021.,
面頁冊數:
xxiii, 319 p. :ill., digital ;24 cm.
內容註:
1. Why Optimize? -- 2. Theory - Yes, We Need It! -- 3. Even More Theory: Algorithms -- 4. Understanding Execution Plans -- 5. Short Queries and Indexes -- 6. Long Queries and Full Scans -- 7. Long Queries: Additional Techniques -- 8. Optimizing Data Modification -- 9. Design Matters -- 10. Application Development and Performance -- 11. Functions -- 12. Dynamic SQL -- 13. Avoiding the Pitfalls of Object-Relational Mapping -- 14. More Complex Filtering and Search -- 15. Ultimate Optimization Algorithm -- 16. Conclusion.
Contained By:
Springer Nature eBook
標題:
Querying (Computer science) -
電子資源:
https://doi.org/10.1007/978-1-4842-6885-8
ISBN:
9781484268858
PostgreSQL query optimization = the ultimate guide to building efficient queries /
Dombrovskaya, Henrietta.
PostgreSQL query optimization
the ultimate guide to building efficient queries /[electronic resource] :by Henrietta Dombrovskaya, Boris Novikov, Anna Bailliekova. - Berkeley, CA :Apress :2021. - xxiii, 319 p. :ill., digital ;24 cm.
1. Why Optimize? -- 2. Theory - Yes, We Need It! -- 3. Even More Theory: Algorithms -- 4. Understanding Execution Plans -- 5. Short Queries and Indexes -- 6. Long Queries and Full Scans -- 7. Long Queries: Additional Techniques -- 8. Optimizing Data Modification -- 9. Design Matters -- 10. Application Development and Performance -- 11. Functions -- 12. Dynamic SQL -- 13. Avoiding the Pitfalls of Object-Relational Mapping -- 14. More Complex Filtering and Search -- 15. Ultimate Optimization Algorithm -- 16. Conclusion.
Write optimized queries. This book helps you write queries that perform fast and deliver results on time. You will learn that query optimization is not a dark art practiced by a small, secretive cabal of sorcerers. Any motivated professional can learn to write efficient queries from the get-go and capably optimize existing queries. You will learn to look at the process of writing a query from the database engine's point of view, and know how to think like the database optimizer. The book begins with a discussion of what a performant system is and progresses to measuring performance and setting performance goals. It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms. You will learn to read and understand query execution plans along with techniques for influencing those plans for better performance. The book also covers advanced topics such as the use of functions and procedures, dynamic SQL, and generated queries. All of these techniques are then used together to produce performant applications, avoiding the pitfalls of object-relational mappers. You will: Identify optimization goals in OLTP and OLAP systems Read and understand PostgreSQL execution plans Distinguish between short queries and long queries Choose the right optimization technique for each query type Identify indexes that will improve query performance Optimize full table scans Avoid the pitfalls of object-relational mapping systems Optimize the entire application rather than just database queries.
ISBN: 9781484268858
Standard No.: 10.1007/978-1-4842-6885-8doiSubjects--Topical Terms:
625110
Querying (Computer science)
LC Class. No.: QA76.9.D3 / D663 2021
Dewey Class. No.: 005.74
PostgreSQL query optimization = the ultimate guide to building efficient queries /
LDR
:03195nmm a2200337 a 4500
001
2240239
003
DE-He213
005
20210422123800.0
006
m d
007
cr nn 008maaau
008
211111s2021 cau s 0 eng d
020
$a
9781484268858
$q
(electronic bk.)
020
$a
9781484268841
$q
(paper)
024
7
$a
10.1007/978-1-4842-6885-8
$2
doi
035
$a
978-1-4842-6885-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D3
$b
D663 2021
072
7
$a
UN
$2
bicssc
072
7
$a
COM021000
$2
bisacsh
072
7
$a
UN
$2
thema
072
7
$a
UMT
$2
thema
082
0 4
$a
005.74
$2
23
090
$a
QA76.9.D3
$b
D667 2021
100
1
$a
Dombrovskaya, Henrietta.
$3
3495023
245
1 0
$a
PostgreSQL query optimization
$h
[electronic resource] :
$b
the ultimate guide to building efficient queries /
$c
by Henrietta Dombrovskaya, Boris Novikov, Anna Bailliekova.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xxiii, 319 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Why Optimize? -- 2. Theory - Yes, We Need It! -- 3. Even More Theory: Algorithms -- 4. Understanding Execution Plans -- 5. Short Queries and Indexes -- 6. Long Queries and Full Scans -- 7. Long Queries: Additional Techniques -- 8. Optimizing Data Modification -- 9. Design Matters -- 10. Application Development and Performance -- 11. Functions -- 12. Dynamic SQL -- 13. Avoiding the Pitfalls of Object-Relational Mapping -- 14. More Complex Filtering and Search -- 15. Ultimate Optimization Algorithm -- 16. Conclusion.
520
$a
Write optimized queries. This book helps you write queries that perform fast and deliver results on time. You will learn that query optimization is not a dark art practiced by a small, secretive cabal of sorcerers. Any motivated professional can learn to write efficient queries from the get-go and capably optimize existing queries. You will learn to look at the process of writing a query from the database engine's point of view, and know how to think like the database optimizer. The book begins with a discussion of what a performant system is and progresses to measuring performance and setting performance goals. It introduces different classes of queries and optimization techniques suitable to each, such as the use of indexes and specific join algorithms. You will learn to read and understand query execution plans along with techniques for influencing those plans for better performance. The book also covers advanced topics such as the use of functions and procedures, dynamic SQL, and generated queries. All of these techniques are then used together to produce performant applications, avoiding the pitfalls of object-relational mappers. You will: Identify optimization goals in OLTP and OLAP systems Read and understand PostgreSQL execution plans Distinguish between short queries and long queries Choose the right optimization technique for each query type Identify indexes that will improve query performance Optimize full table scans Avoid the pitfalls of object-relational mapping systems Optimize the entire application rather than just database queries.
650
0
$a
Querying (Computer science)
$3
625110
650
1 4
$a
Database Management.
$3
891010
650
2 4
$a
Open Source.
$3
2210577
700
1
$a
Novikov, Boris.
$3
3460967
700
1
$a
Bailliekova, Anna.
$3
3495024
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6885-8
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9402124
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D3 D663 2021
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入