-
Database Page Header ..... 5
4. Database Header Page — Type 0x01 ..... 7
5. Page Inventory Page — Type 0x02 ..... 14
6. Transaction Inventory Page — Type 0x03 ..... 16
7. Pointer Page — Type 0x04 0x04 ..... 18
8. Data Page — Type 0x05 ..... 21
8.1. Record Header ..... 22
8.2. Record Data ..... 24
8.3. A Worked Example ..... 24
8.4. Examining The Data ..... 28
8.4.1. Compressed Data .... 31
9. Index Root Page — Type 0x06 ..... 36
10. Index B-Tree Page — Type 0x07 — YOU ARE HERE ..... 41
10.1. B-Tree Header ..... 41
10.2. Index Jump Info ..... 42
10.3. Index Jump Nodes .
0 码力 |
63 页 |
261.00 KB
| 2 年前 3
-
# Java 应用与开发 JSP (Java Server Page)
王晓东
wangxiaodong@ouc.edu.cn
中国海洋大学
December 3, 2018


## 大纲
## 接下来…
## JSP 基本概念
JSP(Java Server Page),即 Java 服务器页面。
JSP 是 Servlet 的扩展。
JSP 将使用 Java 类编写动态 Web 组件的方式转变为使用文本编写(采用标记型语法和过程性语法混合),降低了开发的难度。 指令不会产生任何的输出到当前输出流中。
## JSP 指令
page 指令,用于定义 JSP 页面级的其他元素特征。
include 指令,用于嵌入另一个文本文件的内容到本页面。
▶ taglib 指令,用于引入第三方 JSP 扩展标记类库。
## JSP 指令的语法
<%@ 指令名 属性名="值" 属性名="值" %>
## page 指令
page 指令定义应用于整个页面的属性。
0 码力 |
47 页 |
740.36 KB
| 2 年前 3
-

## Brin Index在 Greenplum 7中的理论与实现
--《Greenplum 7 新版本大剧透》系列直播
讲师:陈金豹,Greenplum内核研发
活动时间:2021年4月28日 20:00 - 21:00
#### .greenplum.org
## Brin Index 在Greenplum 7中的理论与实践
陈金豹, VMWare内核工程师
## 目录
Brin Index On Heap
AppendOnly Table
Brin在AppendOnly Table上的实现
性能测试
## Block Range Index
存储数据块中元组字段的最大最小值,用于过滤不符合条件的数据块
Brin Selection: 1-((B-1)/B)^(N*a) = 1-0.000045
## ◀ ◀ ◀ ◀
## Brin的使用场景
表非常大
数据有一定的分布特性
我们不想再index上付出太多存储空间
## Brin Scan
select * from t where a > 1 and a < 8;
|1, 3, 2, 5|7, 8, 8, 10|9, 11
0 码力 |
32 页 |
1.04 MB
| 2 年前 3
-
Indexes 52
4.9.1 GiST Indexes 53
4.9.2 BRIN Indexes 53
4.9.3 SP-GiST Indexes 55
4.9.4 Tuning Index Usage 56
5 Spatial Queries 57
5.1 Determining Spatial Relationships 57
5.1.1 Dimensionally Extended PostgreSQL releases, X3D support, TIGER geocoder support, management functions.
Darafei Praliaskouski Index improvements, bug fixing and geometry/geography function improvements, SFCGAL, raster, GitHub curation project. General bug fixing, geography support, geography and geometry index support (2D, 3D, nD index and anything spatial index), underlying geometry internal structures, GEOS functionality integration
0 码力 |
941 页 |
5.34 MB
| 4 月前 3
-
file and default title block ..... 3
Output file ..... 3
Theory of operations ..... 4
Basic page layout items properties: ..... 4
Coordinates definition ..... 4
Reference corners and coordinates: Format symbols: ..... 8
Multi-line texts: ..... 10
Multi-line texts in Page Setup dialog: ..... 11
Constraints ..... 12
Page 1 constraint ..... 12
Text full size constraint ..... 13
Invoking PI_Editor Pl_Editor is a page layout editor tool to create custom title blocks, and frame references.
The title block, associated to frame references, and other graphic items (logos) is called here a page layout.
Basic
0 码力 |
26 页 |
511.05 KB
| 2 年前 3
-
file and default title block ..... 3
Output file ..... 3
Theory of operations ..... 4
Basic page layout items properties: ..... 4
Coordinates definition ..... 4
Reference corners and coordinates: Format symbols: ..... 8
Multi-line texts: ..... 10
Multi-line texts in Page Setup dialog: ..... 11
Constraints ..... 12
Page 1 constraint ..... 12
Text full size constraint ..... 13
Invoking PI_Editor Pl_Editor is a page layout editor tool to create custom title blocks, and frame references.
The title block, associated to frame references, and other graphic items (logos) is called here a page layout.
Basic
0 码力 |
26 页 |
511.05 KB
| 2 年前 3
-
7.6.2 TiFlash_schema_apply_duration ..... 278
7.6.3 TiFlash_raft_read_
index_duration ..... 278
7.6.4 TiFlash_raft_wait_
index_duration ..... 279
故障诊断 ..... 279
8.1 慢查询日志 ..... 279
8.1.1 日志示例 警告:
该版本存在一些已知问题,已在新版本中修复,建议使用 5.2.x 的最新版本。
在 5.2 版本中,你可以获得以下关键特性:
· 支持基于部分函数创建表达式索引 (Expression
index),极大提升查询的性能。
· 提升优化器的估算准确度 (Cardinality Estimation),有助于选中最优的执行计划。
· 锁视图 (Lock View) 成为 GA 特性,提供更 证书,默认值为false。表示statement summary tables中保存的SQL种类的最大数量。默认值从200修改为3000。废弃TiDB配置文件中allow-expression-
index配置项对请求进行攒批的控制开关,开启后可显著提升写入性能。默认值为true。
| TiDB 配置文件 | security.auto-tls | 0 码力 |
2259 页 |
48.16 MB
| 2 年前 3
-
file and default title block ..... 3
Output file ..... 3
Theory of operations ..... 4
Basic page layout items properties: ..... 4
Coordinates definition ..... 4
Reference corners and coordinates: Format symbols: ..... 8
Multi-line texts: ..... 10
Multi-line texts in Page Setup dialog: ..... 11
Constraints ..... 12
Page 1 constraint ..... 12
Text full size constraint ..... 13
Invoking PI_Editor Pl_Editor is a page layout editor tool to create custom title blocks, and frame references.
The title block, associated to frame references, and other graphic items (logos) is called here a page layout.
Basic
0 码力 |
26 页 |
511.05 KB
| 2 年前 3
-
MaterializeMySQL Database Engine
• Custom HTTP Handler
• MySQL Database Engine
• BloomFilter Skipping Index
• Query Predicate Optimizer
• And more ~ 400+ commit
);
for (size_t index = 0; index < rows_data.size(); index += 2)
{
writeable_rows_mask[index + 1] = true;
writeable_rows_mask[index] = differenceSortingKeys(DB::get(rows_data[index]), DB::get(rows_data[index + 1]), sorting_columns_index);
}
for (size_t index = 0; index < rows_data.size(); index += 2)
{
if (likely(
0 码力 |
35 页 |
226.98 KB
| 1 年前 3
-
1 Input file and default title block 2
2.2 Output file 2
3 Theory of operations 3
3.1 Basic page layout items properties: 3
3.2 Coordinates definition 3
3.3 Reference corners and coordinates: 4.1 Format symbols: 7
4.2 Multi-line texts: 9
4.3 Multi-line texts in Page Setup dialog: 10
5 Constraints 11
5.1 Page 1 constraint 11
5.2 Text full size constraint 12
6 Invoking Pl_Editor 14 Pl_Editor is a page layout editor tool to create custom title blocks, and frame references.
The title block, associated to frame references, and other graphic items (logos) is called here a page layout.
Basic
0 码力 |
28 页 |
443.60 KB
| 2 年前 3