1Attean::API::QueryPlannUesre(r3)Contributed Perl DocumenAttatteiaonn::API::QueryPlanner(3)
2
3
4
6 Attean::API::IDPJoinPlanner - Iterative dynamic programming query
7 planning role
8
10 This document describes Attean::API::IDPJoinPlanner version 0.030
11
13 extends 'Attean::QueryPlanner';
14 with 'Attean::API::IDPJoinPlanner';
15
17 The Attean::API::IDPJoinPlanner role provides a query planner the
18 "joins_for_plan_alternatives" method, as well as the cost estimation
19 methods that consume the Attean::API::CostPlanner role.
20
24 Please report any bugs or feature requests to through the GitHub web
25 interface at <https://github.com/kasei/attean/issues>.
26
28 The seminal reference for Iterative Dynamic Programming is "Iterative
29 dynamic programming: a new class of query optimization algorithms" by
30 D. Kossmann and K. Stocker, ACM Transactions on Database Systems
31 (2000).
32
33 The heuristics to order triple patterns in this module is influenced by
34 The ICS-FORTH Heuristics-based SPARQL Planner (HSP)
35 <http://www.ics.forth.gr/isl/index_main.php?l=e&c=645>.
36
39 Gregory Todd Williams "<gwilliams@cpan.org>"
40
42 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
43 software; you can redistribute it and/or modify it under the same terms
44 as Perl itself.
45
46
47
48perl v5.32.1 2021-02-08 Attean::API::QueryPlanner(3)