-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent_docu_algebras.html
60 lines (41 loc) · 2.14 KB
/
content_docu_algebras.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body onload="window.status='SECONDO - An Extensible Database System'">
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<a name="algebras"></a>
<h1>Algebra-Specific Documentation</h1>
<span class="secondo">Secondo</span> can be extended by algebra modules. Such an algebra
provides some new data types and operators. It can use the
types of other algebras. Operators are directly available
in the executable language of <span class="secondo">Secondo</span> and partially also in the Optimizer. In this section, we provide
some files describing specific algebra modules:
<h2> Hadoop-Parallel-Algebra </h2>
<ul>
<li> <a href="files/Documentation/Algebras/hadoop/PSUserGuide.pdf">User Guide for Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/example.pdf">Example: How to Write Parallel Queries in Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/vmExample.pdf">Example: How to Use the VM Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/amiExample.pdf">Example: How to Set Up Parallel SECONDO on AWS EC2</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/pbExample.pdf">Example: How to Use the Parallel BerlinMOD Benchmark</a></li>
</ul>
<h2> Distributed2-Algebra </h2>
<ul>
<li> <a href="files/Documentation/General/DistributedQueryProcessinginSecondo.pdf">Distributed Query Processing in Secondo</a></li>
</ul>
<h2> Raster2-, Tile-, and GIS-Algebra </h2>
<ul>
<li> <a href="files/Documentation/Algebras/Tile/Working_With_Raster_Data.pdf">Working With Raster Data</a></li>
<li> <a href="files/Documentation/Algebras/Tile/Examples_for_GISAlgebra.pdf">Examples for GISAlgebra</a></li>
</ul>
<div class="footnote">
Last Changed: 2016-09-26
</div>
</body>
</html>