8000 GitHub - JiTao3/hierarchical_attention
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JiTao3/hierarchical_attention

Repository files navigation

Tree-structured Attention with Hierarchical Accumulation for Query Plan Cardinality and Cost Prediction

Ackonwledge

For the realization of the paper Tree-structured Attention with Hierarchical Accumulation Tree-structured Attention with Hierarchical Accumulation.

We use it in the database to perdict the cost of a plan and cardinality of the query plan.

Environment

Experiment

version parpmeter result
v1.0 d_model=128,
d_ff=128, N=2, lr=0.001, epoch=10
max qerror: 662924.5300
mean qerror: 1018.3936
media qerror: 3.1462
90th qerror: 23.3711
95th qerror: 51.8297
99th qerror: 756.4599
v1.1 d_model=521,dff=128, N=2, lr=0.001, epoch=10 max qerror: 892079.6152
mean qerror: 2151.0649
media qerror: 3.1404
90th qerror: 31.9187
95th qerror: 72.9243
99th qerror: 2229.1361

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0