DOC PREVIEW
Duke CPS 296.1 - Database Design and Access

This preview shows page 1-2-3-4 out of 11 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 11 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 11 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 11 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 11 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 11 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Slide 1Slide 2Slide 3Slide 4Slide 5Slide 6Slide 7Slide 8Slide 9Slide 10Slide 11Part II: Database Design and AccessBilgenBrief Recap - Intro●Goal: Simplify FEA by utilizing DB●File-based vs. DB-based–byte stream / data subset●DB gives what FEA wants: strongly typed, self-defining semantic info + data independence + support for arbitrary read/writesBrief Recap - FEA with DB●Represent meshes with element-vertex relations and element attributes.Brief Recap - FEA with DB●Read and Write (DB)–Bulk copy commands bcp DB.dbo.T in C:\F.dat –N -T–ASCII files, Binary files, SQL tables●ETL problem–Data loading requirements (monitoring, debugging, execution..)–SSIS●Simulation Data–Inputs (partitions of meshes)–Outputs (support for fast analysis)Comutational Geometry Problems●Locating points and interpolating field values at those points●Issues –Search structures (code complexity)–Parallelism (code complexity)–Memory limitationsThe Point-in-Cell Query for Unstructured Meshes●Finding the mesh tetrahedron containing a given point●Directed Local Search method–Select a candidate tetrahedron by rank comparison on a Hilbert space-filling curve–Containment Test and Tetrahedron-connectivity-graph traversalDLS in SQL Server 2005●Calculate H code for each tetrahedron and create a clustered index on itDLS in SQL Server 2005●Point-in-Tet Test ●Intersection facets ●GetTetFaceNeighborPerformance●Points per second●20,000 points in each table T (created from a center-radius pair)●SELECT COUNT(DISTINCT dbo.fnGetTet4Point(x, y, z)) FROM


View Full Document

Duke CPS 296.1 - Database Design and Access

Documents in this Course
Lecture

Lecture

18 pages

Lecture

Lecture

6 pages

Lecture

Lecture

13 pages

Lecture

Lecture

5 pages

Load more
Download Database Design and Access
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Database Design and Access and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Database Design and Access 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?