2.2 Shortest Path Computing in Relation DBMSs
As discussed by Jun Gao, jiashuai Zhou, Jeffry Xu Yu and
Tengjiao Wang, who investigated to Shortest Path
Computing in Relation DBMSs, "they make substantial
extensions to further improve the scalability and
performance of the relational approach. They introduce a
weight aware edge table partitioning schema, and design a
restrictive BFS strategy over partitioned tables. The
strategy can improve both the scalability and performance
significantly without needing extra index construction and
space overhead.
Thiers paper study weighted (directed or undirected)
graphs. Let G = (V,E) be a graph, where V is a node set
and E is an edge set. Each node v V has a unique node
identifier. Each edge e E is represented by e = (u,v), u,v
V. W(e) is the weight for the edge e. The logical
relational schema for a graph is illustrated in Fig. 1. Let G
= (V, E) be a graph. TN table is to represent nodes V .
They can record nid for the node’s identifier and other
attributes in TN table. TE table is to store edges E. For an
edge (u,v) E, the identifiers of node u and v, as well as
the weight of the edge, are recorded by fid, tid and cost
2.2 Shortest Path Computing in Relation DBMSsAs discussed by Jun Gao, jiashuai Zhou, Jeffry Xu Yu andTengjiao Wang, who investigated to Shortest PathComputing in Relation DBMSs, "they make substantialextensions to further improve the scalability andperformance of the relational approach. They introduce aweight aware edge table partitioning schema, and design arestrictive BFS strategy over partitioned tables. Thestrategy can improve both the scalability and performancesignificantly without needing extra index construction andspace overhead.Thiers paper study weighted (directed or undirected)graphs. Let G = (V,E) be a graph, where V is a node setand E is an edge set. Each node v V has a unique nodeidentifier. Each edge e E is represented by e = (u,v), u,vV. W(e) is the weight for the edge e. The logicalrelational schema for a graph is illustrated in Fig. 1. Let G= (V, E) be a graph. TN table is to represent nodes V .They can record nid for the node’s identifier and otherattributes in TN table. TE table is to store edges E. For anedge (u,v) E, the identifiers of node u and v, as well asthe weight of the edge, are recorded by fid, tid and cost
การแปล กรุณารอสักครู่..

2.2 เส้นทางที่สั้นที่สุดในการคำนวณความสัมพันธ์ DBMSs
ตามที่กล่าวไว้โดย จุน เกา jiashuai โจว , เจฟฟรีย์ Xu Yu และ
tengjiao หวัง ที่ได้เส้นทางที่สั้นที่สุด
คอมพิวเตอร์ DBMSs ความสัมพันธ์ " พวกเขาให้นามสกุลมาก
เพื่อปรับปรุงด้านประสิทธิภาพและแบบเชิงสัมพันธ์ พวกเขาแนะนำ
น้ำหนักทราบขอบโต๊ะพาร์ทิชันรูปแบบและการออกแบบ
การแข่งขันทางกลยุทธ์เหนือแบ่งตาราง
กลยุทธ์สามารถเพิ่มทั้งความยืดหยุ่นและประสิทธิภาพ
อย่างมีนัยสำคัญโดยไม่ต้องสร้างดัชนีและค่าใช้จ่ายพิเศษ
ศึกษาภัณฑ์กระดาษ พื้นที่ น้ำหนัก ( กำกับ หรือ undirected )
กราฟ ให้ G = ( V , E ) เป็นกราฟที่ 5 เป็นโหนดชุด
และ E คือขอบตั้ง แต่ละโหนด V V มีเฉพาะโหนด
ระบุ .ขอบ E E แทนด้วย E = ( u , v ) u , V
V . W ( E ) มีน้ำหนักขอบเช่นตรรกะ
สัมพันธ์ schema สําหรับกราฟจะแสดงในรูปที่ 1 ให้ g
= ( V , E ) จะเป็นกราฟ ตารางที่ 4 คือการเป็นตัวแทนของโหนด V .
พวกเขาสามารถบันทึกนิดสำหรับโหนดเรียกและคุณสมบัติอื่น ๆในโต๊ะด้วย
. ตารางทีเก็บขอบ E สำหรับ
ขอบ ( u , v ) E , ตัวระบุของโหนด u และ v เป็น
น้ำหนักของขอบที่ถูกบันทึกโดย FID , เวลาและค่าใช้จ่าย
การแปล กรุณารอสักครู่..
