語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Database Design and Implementation =...
~
SpringerLink (Online service)
Database Design and Implementation = Second Edition /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Database Design and Implementation/ by Edward Sciore.
其他題名:
Second Edition /
作者:
Sciore, Edward.
面頁冊數:
XIII, 458 p.online resource. :
Contained By:
Springer Nature eBook
標題:
Database Management. -
電子資源:
https://doi.org/10.1007/978-3-030-33836-7
ISBN:
9783030338367
Database Design and Implementation = Second Edition /
Sciore, Edward.
Database Design and Implementation
Second Edition /[electronic resource] :by Edward Sciore. - 1st ed. 2020. - XIII, 458 p.online resource. - Data-Centric Systems and Applications,2197-9723. - Data-Centric Systems and Applications,.
1. Database Systems -- 2. JDBC -- 3. Disk and File Management -- 4. Memory Management -- 5. Transaction Management -- 6. Record Management -- 7. Metadata Management -- 8. Query Processing -- 9. Parsing -- 10. Planning -- 11. JDBC Interfaces -- 12. Indexing -- 13. Materialization and Sorting -- 14. Effective Buffer Utilization -- 15. Query Optimization.
This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway? The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization. This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by “end-of-chapter readings” that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.
ISBN: 9783030338367
Standard No.: 10.1007/978-3-030-33836-7doiSubjects--Topical Terms:
669820
Database Management.
LC Class. No.: QA76.9.D3
Dewey Class. No.: 005.74
Database Design and Implementation = Second Edition /
LDR
:04309nam a22004095i 4500
001
1026291
003
DE-He213
005
20200701082656.0
007
cr nn 008mamaa
008
210318s2020 gw | s |||| 0|eng d
020
$a
9783030338367
$9
978-3-030-33836-7
024
7
$a
10.1007/978-3-030-33836-7
$2
doi
035
$a
978-3-030-33836-7
050
4
$a
QA76.9.D3
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
100
1
$a
Sciore, Edward.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1067593
245
1 0
$a
Database Design and Implementation
$h
[electronic resource] :
$b
Second Edition /
$c
by Edward Sciore.
250
$a
1st ed. 2020.
264
1
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2020.
300
$a
XIII, 458 p.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
490
1
$a
Data-Centric Systems and Applications,
$x
2197-9723
505
0
$a
1. Database Systems -- 2. JDBC -- 3. Disk and File Management -- 4. Memory Management -- 5. Transaction Management -- 6. Record Management -- 7. Metadata Management -- 8. Query Processing -- 9. Parsing -- 10. Planning -- 11. JDBC Interfaces -- 12. Indexing -- 13. Materialization and Sorting -- 14. Effective Buffer Utilization -- 15. Query Optimization.
520
$a
This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway? The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization. This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by “end-of-chapter readings” that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.
650
1 4
$a
Database Management.
$3
669820
650
0
$a
Database management.
$3
557799
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9783030338350
776
0 8
$i
Printed edition:
$z
9783030338374
830
0
$a
Data-Centric Systems and Applications,
$x
2197-9723
$3
1253989
856
4 0
$u
https://doi.org/10.1007/978-3-030-33836-7
912
$a
ZDB-2-SCS
912
$a
ZDB-2-SXCS
950
$a
Computer Science (SpringerNature-11645)
950
$a
Computer Science (R0) (SpringerNature-43710)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入