Narrow your search
Listing 1 - 10 of 14 << page
of 2
>>
Sort by

Book
Database modeling and design : the entity-relationship approach
Author:
ISBN: 1558601341 9781558601345 Year: 1990 Publisher: San Mateo Morgan Kaufmann


Book
Database modeling and design : logical design
Author:
ISBN: 1283006189 9786613006189 0123820219 0123820200 9780123820204 9780123820211 9781283006187 6613006181 Year: 2011 Publisher: Amsterdam ; Boston : Morgan Kaufmann Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fifth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with d

Database modeling & design
Author:
ISBN: 9781558605008 1558605002 Year: 1999 Publisher: San Francisco (Calif.): Morgan Kaufmann,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Digital
Database modeling and design : logical design
Author:
ISBN: 9780123820204 0123820200 9780123820211 0123820219 Year: 2011 Publisher: Burlington, MA Morgan Kaufmann

Loading...
Export citation

Choose an application

Bookmark

Abstract

Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fifth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rules that are applicable to any SQL-based system. But you'll also get plenty to help you grow from a new database designer to an experienced designer developing industrial-sized systems. In-depth detail and plenty of real-world, practical examples throughout Loaded with design rules and illustrative case studies that are applicable to any SQL, UML, or XML-based system Immediately useful to anyone tasked with the creation of data models for the integration of large-scale enterprise data.

Keywords

Database modeling & design : logical design
Authors: --- ---
ISBN: 9780126853520 0126853525 9786610961504 1280961503 0080470777 9780080470771 9781280961502 6610961506 Year: 2006 Publisher: Amsterdam : Boston : Elsevier ; Morgan Kaufmann Publishers,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fourth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with

Physical database design : the database professional's guide to exploiting indexes, views, storage, and more
Authors: --- ---
ISBN: 9780123693891 0123693896 9786611046545 128104654X 0080552315 9780080552316 6611046542 Year: 2007 Publisher: Amsterdam ; Boston : Morgan Kaufmann/Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The rapidly increasing volume of information contained in relational databases places a strain on databases, performance, and maintainability: DBAs are under greater pressure than ever to optimize database structure for system performance and administration. Physical Database Design discusses the concept of how physical structures of databases affect performance, including specific examples, guidelines, and best and worst practices for a variety of DBMSs and configurations. Something as simple as improving the table index design has a profound impact on performance. Every form

Physical database design : the database professional's guide to exploiting indexes, views, storage, and more
Authors: --- ---
ISBN: 9780123693891 0123693896 9780080552316 0080552315 9786611046545 6611046542 Year: 2007 Publisher: Boston Morgan Kaufmann/Elsevier

Loading...
Export citation

Choose an application

Bookmark

Abstract

I highly recommend Physical Database Design by Lightstone, Teorey, and Nadeau. The book covers fine aspects of physical design -- issues such as the effects of different approaches to indexes, tradeoffs in materializing views, and details of physical data layout. Unlike other books, it does not focus on a particular product, but instead covers the deep principles that cut across products. The book addresses both transaction intensive applications (OLTP) as well as data warehouses (OLAP). Their new book is a welcome addition to the literature. --Michael Blaha, OMT Associates, Inc. This is an excellent book on physical database design, giving pragmatic models and advice. It has a wealth of information for both the student and for the practitioner -- presenting analytic models and practical tips that are demonstrated with examples using Oracle, DB2, and Microsoft SQL Server. --Jim Gray, Microsoft Research The rapidly increasing volume of information contained in relational databases places a strain on databases, performance, and maintainability: DBAs are under greater pressure than ever to optimize database structure for system performance and administration. Physical Database Design discusses the concept of how physical structures of databases affect performance, including specific examples, guidelines, and best and worst practices for a variety of DBMSs and configurations. Something as simple as improving the table index design has a profound impact on performance. Every form of relational database, such as Online Transaction Processing (OLTP), Enterprise Resource Management (ERP), Data Mining (DM), or Management Resource Planning (MRP), can be improved using the methods provided in the book. Features The first complete treatment on physical database design, written by the authors of the seminal, Database Modeling and Design: Logical Design, 4th edition. Includes an introduction to the major concepts of physical database design as well as detailed examples, using methodologies and tools most popular for relational databases today: Oracle, DB2 (IBM), and SQL Server (Microsoft). Focuses on physical database design for exploiting B+tree indexing, clustered indexes, multidimensional clustering (MDC), range partitioning, shared nothing partitioning, shared disk data placement, materialized views, bitmap indexes, automated design tools, and more! The first complete treatment on physical database design, written by the authors of the seminal, Database Modeling and Design: Logical Design, 4th edition. Includes an introduction to the major concepts of physical database design as well as detailed examples, using methodologies and tools most popular for relational databases today: Oracle, DB2 (IBM), and SQL Server (Microsoft). Focuses on physical database design for exploiting B+tree indexing, clustered indexes, multidimensional clustering (MDC), range partitioning, shared nothing partitioning, shared disk data placement, materialized views, bitmap indexes, automated design tools, and more!

Keywords


Digital
Database modeling & design : logical design
Authors: --- ---
ISBN: 9780080470771 0080470777 1280961503 9781280961502 9786610961504 6610961506 Year: 2006 Publisher: Boston Morgan Kaufmann Publishers

Loading...
Export citation

Choose an application

Bookmark

Abstract

Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fourth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rules that are applicable to any SQL-based system. But you'll also get plenty to help you grow from a new database designer to an experienced designer developing industrial-sized systems: a detailed look at the Unified Modeling Language (UML-2) as well as the entity-relationship (ER) approach for data requirements specification and conceptual modeling--with examples throughout the book in both approaches; the details and examples of how to use data modeling concepts in logical database design, and the transformation of the conceptual model to the relational model and to SQL syntax; the fundamentals of database normalization through the fifth normal form; practical coverage of the major issues in business intelligence--data warehousing, OLAP for decision support systems, and data mining; examples for how to use the most popular CASE tools to handle complex data modeling problems; exercises that test understanding of all material, plus solutions for many exercises.

Keywords

Listing 1 - 10 of 14 << page
of 2
>>
Sort by