Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Type of Medium
Language
Region
Access
  • 1
    Book
    Book
    Englewood Cliffs, NJ :Prentice Hall,
    UID:
    almafu_BV008028652
    Format: XVII, 239 S. : graph. Darst.
    ISBN: 0-13-205246-6
    Note: Später u.d.T.: Shasha, Dennis: Database tuning, 2003
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Datenbanksystem ; Optimierung ; Datenbanksystem
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    almahu_BV012371792
    Format: XI, 291 S. : Ill., graph. Darst.
    ISBN: 0-387-97992-1 , 0-387-98269-8 , 978-0-387-98269-4
    Content: "Out of Their Minds" profiles 15 of the planet's foremost computer scientists, including eight winners of the Turing Award, computing's Nobel Prize. Based on recent interviews, the scientists are revealed in fascinating anecdotes about their early inspirations and influences, contributions, and thoughts on the field's explosive future. "A fascinating collection of profiles and interviews with some of the men . . . who brought us (to the computing age)".--"The New York Times". 56 illus.
    Language: English
    Subjects: Computer Science , Philosophy
    RVK:
    RVK:
    RVK:
    Keywords: Informatiker ; Informatik ; Geschichte ; Biografie ; Biografie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    UID:
    almafu_BV021710266
    Format: XIII, 190 S. : , Ill., graph. Darst.
    ISBN: 0-387-00857-8 , 978-0-387-00857-8
    Series Statement: Monographs in computer science
    Note: Literaturverz. S. 181 - 187
    Language: English
    Subjects: Computer Science , Economics
    RVK:
    RVK:
    Keywords: Zeitreihenanalyse ; Algorithmus
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    almafu_BV010946483
    Format: XI, 291 S. : Ill., graph. Darst.
    Edition: 2., corr. print.
    ISBN: 0-387-97992-1
    Language: English
    Subjects: Computer Science , General works
    RVK:
    RVK:
    Keywords: Informatiker ; Informatik ; Geschichte ; Biografie ; Biografie ; Biografie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    San Francisco, CA :Morgan Kaufmann Publishers,
    UID:
    almahu_9948026602202882
    Format: 1 online resource (441 p.)
    Edition: [Rev. ed.]
    ISBN: 1-281-03531-9 , 9786611035310 , 0-08-050378-0
    Series Statement: Morgan Kaufmann series in data management systems
    Content: Tuning your database for optimal performance means more than following a few short steps in a vendor-specific guide. For maximum improvement, you need a broad and deep knowledge of basic tuning principles, the ability to gather data in a systematic way, and the skill to make your system run faster. This is an art as well as a science, and Database Tuning: Principles, Experiments, and Troubleshooting Techniques will help you develop portable skills that will allow you to tune a wide variety of database systems on a multitude of hardware and operating systems. Further, these skil
    Note: Includes index. , Front Cover; Database Tuning: Principles, Experiments, and Troubleshooting Techniques; Copyright Page; Contents; Foreword; Preface; CHAPTER 1. BASIC PRINCIPLES; 1.1 The Power of Principles; 1.2 Five Basic Principles; 1.3 Basic Principles and Knowledge; CHAPTER 2. TUNING THE GUTS; 2.1 Goal of Chapter; 2.2 Locking and Concurrency Control; 2.3 Logging and the Recovery Subsystem; 2.4 Operating System Considerations; 2.5 Hardware Tuning; Bibliography; Exercises; CHAPTER 3. INDEX TUNING; 3.1 Goal of Chapter; 3.2 Types of Queries; 3.3 Key Types; 3.4 Data Structures; 3.5 Sparse Versus Dense Indexes , 3.6 To Cluster or Not to Cluster3.7 Joins, Foreign Key Constraints, and Indexes; 3.8 Avoid Indexes on Small Tables; 3.9 Summary: Table Organization and Index Selection; 3.10 Distributing the Indexes of a Hot Table; 3.11 General Care and Feeding of Indexes; Bibliography; Exercises; CHAPTER 4. TUNING RELATIONAL SYSTEMS; 4.1 Goal of Chapter; 4.2 Table Schema and Normalization; 4.3 Clustering Two Tables; 4.4 Aggregate Maintenance; 4.5 Record Layout; 4.6 Query Tuning; 4.7 Triggers; Bibliography; Exercises; CHAPTER 5. COMMUNICATING WITH THE OUTSIDE; 5.1 Talking to the World , 5.2 Client-Server Mechanisms5.3 Objects, Application Tools, and Performance; 5.4 Tuning the Application Interface; 5.5 Bulk Loading Data; 5.6 Accessing Multiple Databases; Bibliography; CHAPTER 6. CASE STUDIES FROM WALL STREET; 6.1 Techniques for Circumventing Superlinearity; 6.2 Perform Data Integrity Checks at Input Time; 6.3 Distribution and Heterogeneity; 6.4 Trading Space for Time in History-Dependent Queries; 6.5 Chopping to Facilitate Global Trades; 6.6 Clustering Index Woes; 6.7 Beware the Optimization; 6.8 Disaster Planning and Performance; 6.9 Keeping Nearly Fixed Data Up to Date , 6.10 Deletions and Foreign Keys6.11 Partitioning Woes: The Hazards of Meaningful Keys; 6.12 The Problem of Time; Bibliography; Exercises; CHAPTER 7. TROUBLESHOOTING; 7.1 Introduction; 7.2 How to Gather Information: The Tools; 7.3 Queries from Hell; 7.4 Are DBMS Subsystems Working Satisfactorily?; 7.5 Is the DBMS Getting All It Needs?; 7.6 Conclusion; Bibliography; CHAPTER 8. TUNING E-COMMERCE APPLICATIONS; 8.1 Goal; 8.2 E-commerce Architecture; 8.3 Tuning the E-commerce Architecture; 8.4 Case Study: Shop Comparison Portal; 8.5 Capacity Planning in a Nutshell; Bibliography; Exercises , CHAPTER 9. CELKO ON DATA WAREHOUSES: TECHNIQUES, SUCCESSES, AND MISTAKES9.1 Early History; 9.2 Forget What the Elders Taught You; 9.3 Building a Warehouse Is Hard; 9.4 The Effect on the Bottom Line; CHAPTER 10. DATA WAREHOUSE TUNING; 10.1 What's Different About Data Warehouses; 10.2 Tuning for Customer Relationship Management Systems; 10.3 Federated Data Warehouse Tuning; 10.4 Product Selection; Bibliography; Exercises; APPENDIX A. REAL-TIME DATABASES; A.1 Overview; A.2 Replicated State Machine Approach; APPENDIX B. TRANSACTION CHOPPING; B.1 Assumptions; B.2 Correct Choppings , B.3 Finding the Finest Chopping , English
    Additional Edition: ISBN 1-55860-753-6
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    UID:
    almafu_BV014530853
    Format: XXIII, 415 S. : graph. Darst.
    ISBN: 1-55860-753-6
    Series Statement: Morgan Kaufmann series in data management systems
    Note: Früher u.d.T: Shasha, Dennis: Database tuning, 1992
    Language: English
    Subjects: Computer Science
    RVK:
    Keywords: Datenbanksystem ; Optimierung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    almahu_BV010451374
    Format: XI, 291, [8] S. : Ill., graph. Darst.
    ISBN: 0-387-97992-1
    Language: English
    Subjects: Computer Science
    RVK:
    RVK:
    RVK:
    Keywords: Informatiker ; Informatik ; Biografie ; Biografie
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Hoboken :John Wiley & Sons,
    UID:
    almafu_9959328766602883
    Format: 1 online resource (242 pages)
    ISBN: 9780470169360 , 0470169362 , 9781119419273 , 1119419271
    Content: Aimed at both working programmers who are applying for a job where puzzles are an integral part of the interview, as well as techies who just love a good puzzle, this book offers a cache of exciting puzzles.; Features a new series of puzzles.
    Note: Puzzles for Programmers and Pros; About the Author; Acknowledgments; Contents; Introduction; Part I: Mind Games; Part II: The Secret of the Puzzle; Part III: Faithful Foes; Index.
    Additional Edition: Print version: ISBN 9780470121689
    Language: English
    Keywords: Electronic books. ; Electronic books. ; Electronic books.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Book
    Book
    Mineola, N.Y. : Dover Publications
    UID:
    gbv_1605821322
    Format: 241 S. : Ill.
    ISBN: 0486435520
    Series Statement: Dover books on mathematical & logical puzzles, cryptography, and word recreations
    Uniform Title: Codes, puzzles, and conspiracy
    Note: Originally published: Codes, puzzles, and conspiracy. New York : W.H. Freeman, c1992
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Book
    Book
    Frankfurt am Main : Verl. Moderne Industrie
    UID:
    kobvindex_ZLB14020714
    Format: 277 Seiten , Ill., graph. Darst. , 19 cm
    Edition: Neuausg.
    ISBN: 3636070886
    Series Statement: mvg-Paperbacks
    Language: German
    Keywords: Unterhaltungsmathematik
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages