語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Database design and implementation
~
Sciore, Edward.
Database design and implementation
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Database design and implementationby Edward Sciore.
作者:
Sciore, Edward.
出版者:
Cham :Springer International Publishing :2020.
面頁冊數:
xiii, 458 p. :ill., digital ;24 cm.
Contained By:
Springer eBooks
標題:
Database design.
電子資源:
https://doi.org/10.1007/978-3-030-33836-7
ISBN:
9783030338367$q(electronic bk.)
Database design and implementation
Sciore, Edward.
Database design and implementation
[electronic resource] /by Edward Sciore. - Second edition. - Cham :Springer International Publishing :2020. - xiii, 458 p. :ill., digital ;24 cm. - 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$q(electronic bk.)
Standard No.: 10.1007/978-3-030-33836-7doiSubjects--Topical Terms:
184445
Database design.
LC Class. No.: QA76.9.D26 / S35 2020
Dewey Class. No.: 005.74
Database design and implementation
LDR
:04018nmm a2200361 a 4500
001
574752
003
DE-He213
005
20200302195641.0
006
m d
007
cr nn 008maaau
008
201016s2020 sz s 0 eng d
020
$a
9783030338367$q(electronic bk.)
020
$a
9783030338350$q(paper)
024
7
$a
10.1007/978-3-030-33836-7
$2
doi
035
$a
978-3-030-33836-7
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D26
$b
S35 2020
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.D26
$b
S417 2020
100
1
$a
Sciore, Edward.
$3
728262
245
1 0
$a
Database design and implementation
$h
[electronic resource] /
$c
by Edward Sciore.
250
$a
Second edition.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2020.
300
$a
xiii, 458 p. :
$b
ill., digital ;
$c
24 cm.
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
0
$a
Database design.
$3
184445
650
0
$a
Computer software
$x
Development.
$3
184751
650
1 4
$a
Database Management.
$3
273994
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer eBooks
830
0
$a
Data-centric systems and applications.
$3
568971
856
4 0
$u
https://doi.org/10.1007/978-3-030-33836-7
950
$a
Computer Science (Springer-11645)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000180860
電子館藏
1圖書
電子書
EB QA76.9.D26 S417 2020 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
https://doi.org/10.1007/978-3-030-33836-7
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入