-
# A Seat at the Table – IT Leadership in the Age of Agility
By Mark Schwartz
“Mark Schwartz is a rare combination: a deep thinker who has also applied lean, Agile, and DevOps principles at the highest inspect-and-adapt, feedback-and-vision-oriented approach because of its complexity.
## A Nimble Approach to The Table
Agile in One Paragraph: Agile thinking simply says that we should empower small teams to inspect adopting an intelligent attitude toward risk.
Quality: It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures
0 码力 |
4 页 |
379.23 KB
| 1 年前 3
-
# A Seat at the Table – IT Leadership in the Age of Agility – Part 3
By Mark Schwartz
“Courage, I say, is the value most needed by Agile IT leaders.”
- Mark Schwartz
## Last Time in Part 2
Enterprise no sense a “final” operating capability.
## Quality
It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures ties.
## The CIO's Place at the Table
IT leadership runs the business along with the others who run the business. The seat at the table is earned by being at the table.
The role of senior IT leadership
0 码力 |
7 页 |
387.48 KB
| 1 年前 3
-
# A Seat at the Table – IT Leadership in the Age of Agility – Part 2
By Mark Schwartz
“To the talented and hard-working government employees, so resilient in the face of impediments, criticism, and abuse sort of Star Chamber—a dimly lit group of serious, hooded faces (“decision makers”) seated around a table, passing judgment on each “formal proposal” presented to them. That last piece of Hunter and Westerman’s adopting an intelligent attitude toward risk.
Quality: It is difficult for IT to gain a seat at the table when IT is always failing, but on the other hand, an IT leader who is reacting to statistical noise—failures
0 码力 |
7 页 |
387.61 KB
| 1 年前 3
-
Brin Index 在Greenplum 7中的理论与实践
陈金豹, VMWare内核工程师
## 目录
Brin Index On Heap
AppendOnly Table
Brin在AppendOnly Table上的实现
性能测试
## Block Range Index
存储数据块中元组字段的最大最小值,用于过滤不符合条件的数据块
## Heap
! 902e3d2e7658f1c443857/p14_2.jpg)
## 目录
Brin Index
AppendOnly Table
Brin在AppendOnly Table上的实现
性能测试
## AoTable
AppendOnly Table是一种紧凑的数据格式,适用于较少进行Update/Delete的场景
Tuple以紧凑的方式存储在变长的Bloc 为了实现并发Insert, 每个AO表逻辑上有128个AoSeg, 每个事务向一个特定的AoSeg追加数据
AoSeg 0
AoSeg 1
AoSeg 127
## Append only table

Ao Seg1
Ao Seg127
0 码力 |
32 页 |
1.04 MB
| 2 年前 3
-
Getting Started in KiCad The KiCad Team
Table of Contents
Introduction to KiCad 9.0 … 2
Downloading and installing KiCad … 2
Support … 2
Basic Concepts and Workflow … 3
PCB Design Workflow … 6
Tutorial Tutorial Part 1: Project … 7
Tutorial Part 2: Schematic … 9
Symbol Library Table Setup … 9
Schematic Editor Basics … 9
Schematic Sheet Setup … 10
Adding Symbols to the Schematic … 11
Selecting and Moving Objects Fabrication Outputs … 36
Tutorial Part 4: Custom Symbols and Footprints … 39
Library and Library Table Basics … 39
Creating New Global or Project Libraries … 40
Creating New Symbols … 40
Creating New Footprints
0 码力 |
55 页 |
2.37 MB
| 1 月前 3
-
Chanllenges
## Possible Solutions 1
## Replay binlog/oplog CRUD directly
Can't update/delete table frequently in Clickhouse
Not suitable for MongoDB
## Possible Solutions 2
MySQL Engine
Creating ;, 'database', 'user', 'password')
## Possible Solutions 3
Reinit whole table every day.....

Solution: PTS
Key Features
☐ Only one config file needed for a new Clickhouse table
☐ Init and keep syncing data in one app for a table
☐ Sync multiple data source to Clickhouse in minutes
## PTS
## Provider
0 码力 |
38 页 |
2.25 MB
| 2 年前 3
-
$$ 10,0 $$ 。
precision: 1 ~ 27
scale: 0 ~ 9
举例:
### 1. 默认取值是decimal(10, 0)
mysql> CREATE TABLE testTable1 (k1 bigint, k2 varchar(100), v decimal SUM) DISTRIBUTED BY RANDOM BUCKETS 8;
Query OK, 0)|\| Yes|\| false|\| N/A|\| SUM|\||
3 rows in set (0.01 sec)
### 2. 显式指定 decimal 的取值范围
CREATE TABLE testTable2 (k1 bigint, k2 varchar(100), v decimal(8,5) SUM) DISTRIBUTED BY RANDOM BUCKETS 8;
Query +----------------+
1 row in set (0.01 sec)
## HLL 数据类型
HLL(HyperLogLog) 类型是一个二进制类型。HLL 类型只能用于聚合类型的表(Aggregation Table),并且必须指定聚合类型为 HLL_UNION。
HLL 类型主要用于非精确快速去重场景下,对数据进行预聚合。
HLL列只能通过配套的 hll_union_agg、hll_cardinality、hll_hash
0 码力 |
203 页 |
1.75 MB
| 2 年前 3
-
1.4 YARN ..... 8
1.1.1.5 Kubernetes ..... 11
1.1.2 QuickStart ..... 12
1.1.2.1 QuickStart: Table API ..... 12
1.1.2.2 QuickStart: DataStream API ..... 19
1.2 User Guide ..... 22
1.2.1 RealTime flink.table.factories.DynamicTableFactory’ in the classpath ..... 26
1.3.4.2 O2: ClassNotFoundException: com.mysql.cj.jdbc.Driver ..... 29
1.3.4.3 O3: NoSuchMethodError: org.apache.flink.table.factories level of abstraction you need, there are two different APIs that can be used in PyFlink: PyFlink Table API and PyFlink DataStream API.
# HOW TO BUILD DOCS LOCALLY
1. Install dependency requirements
0 码力 |
36 页 |
266.80 KB
| 2 年前 3
-
Getting Started in KiCad
The KiCad Team
## Table of Contents
Introduction to KiCad ..... 2
Downloading and installing KiCad ..... 2
Support ..... 2
Basic Concepts and Workflow ..... 3
PCB Design ..... 6
Tutorial Part 1: Project ..... 7
Tutorial Part 2: Schematic ..... 9
Symbol Library Table Setup ..... 9
Schematic Editor Basics ..... 9
Schematic Sheet Setup ..... 10
Adding Symbols Outputs ..... 34
Tutorial Part 4: Custom Symbols and Footprints ..... 37
Library and Library Table Basics ..... 37
Creating New Global or Project Libraries ..... 38
Creating New Symbols ..... 38
0 码力 |
54 页 |
2.41 MB
| 2 年前 3
-
Binary128(__float128 and std::float128_t)
• Others
## Binary32
## 0 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0
<
table>
| biased exponent | mantissa |
| 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
table>
<
table>
| ± | biased exponent | mantissa |
| 1 | 0 | 0 | 0 | 0 | 0 | 0 |
table>
## Binary32
0 sign: + (0) or - (1)
<
table>
| ± | biased exponent | m 0 码力 |
171 页 |
6.42 MB
| 1 年前 3
|