- 博客(68)
- 收藏
- 关注
转载 生活中的物理学
熵,首先是物理学概念,根据热力学第二定律,熵用来描述一个系统的混乱度,系统自发的过程都是不可逆过程,都会从有序到无序的过程,或者称为熵增原理。简单的说,熵是描述一个系统的无序程度的变量,越有序则熵越小,越无序熵就越大。...
2018-10-19 10:18:00 605
转载 Container on AWS
ECS Vs. EKS Vs. Fargate: The Good, the Bad, theUglyhttps://medium.com/devopslinks/ecs-vs-eks-vs-f...
2018-09-14 10:01:07 227
转载 AWS Lex + Lambda
AWS LexCreate Bots --> Try a sample {OrderFlowers}La Lambda initialization and val...
2018-09-13 16:54:11 428
转载 Container & Microservice
容器技术带来的好处:极其轻量:只打包了必要的Bin/Lib;秒级部署:根据镜像的不同,容器的部署大概在毫秒与秒之间;易于移植:一次构...
2018-09-13 09:52:26 279
转载 AWS Networking
Routing OptionsThe following topics explain routing for specific gateways or connections in your...
2018-08-30 15:33:51 235
转载 AWS学习
BGP的结构和功能BGP用于在不同的自治系统(AS)之间交换路由信息,处理不相关路由域间的多路连接的协议。当两个AS需要交换路由信息时,每个AS都必须指...
2018-08-28 16:21:54 508
转载 k8s VS PKS and PAS
Kubernetes AloneSingle Tenant IngressRolling POD UpgradesPOD Scaling and HA...
2018-08-24 11:18:28 374
转载 Github
//初识设置p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}span.s1 {font-variant-ligatures: no-common-l...
2018-04-26 09:43:05 73
转载 50部值得听的歌剧
唐璜(Don Juan)是西班牙家传户晓的传说人物,以英俊潇洒及风流著称,一生中周旋无数贵族妇女之间,在文学作品中多作为“情圣”的代名词使用。 犬儒学派认为:人们的苦痛分两种,一种源自物质,另外一种是精神。而...
2018-04-25 14:49:24 255
转载 database concept
填充因子只在创建索引时执行;索引创建后,当表中进行数据的添加、删除或更新时,不会保持填充因子。即创建索引完后添加数据,比如添加”COM”,则会添加在Page100的”CON”的前面,此时Page100的剩余空间将小于40...
2017-09-14 15:57:33 115
转载 Relational Algebra
Relational Query Languages Languages for describing queries on a relational database Structure...
2017-09-14 13:24:42 318
转载 postgres crash recovery
两阶段提交,在一些客户端异步事务,或者跨库的事务处理中非常常见。 目前,如果数据库crash,PostgreSQL恢复时,对2PC处理机制如下* on prepare 2pc data (subxact...
2017-07-11 14:00:23 169
转载 How MVCC work
fzou=# CREATE TABLE vis ( fzou(# id serial, fzou(# is_active boolean fzou(# ); ...
2017-06-15 10:53:53 85
转载 数据包分析
TTL(Time To Live): 存活时间,定义了在该数据包被丢弃之前,所能经历的时间,或者能够经过的最大路由数目。ttl在数据包创建时就会被定义,而且通常在每次被发往一个路由器的时候减1。TCP三次握手建立连接:...
2017-06-14 00:36:05 169
转载 vacuum freeze? and DB age
Scene ISession Atest=# begin;BEGINtest=# alter table testbb rename to testb;ALTER TABLESession B...
2017-03-13 16:20:18 209
转载 The Visibility Map (and other relation forks)
The Visibility Map is a simple data structure associated with every heap relation (table). It is a "relation fo...
2016-11-15 16:03:58 118
转载 SQL优化 —— 读懂执行计划
Bucket and Batch I saw that functions which use hash join, like as ExecHashGetBucketAndBatch and ExecScanHashBuc...
2016-11-15 13:21:40 89
转载 GPDB pg_log
In the gpperfmon DB, there are 3 tables involved in recording alert log information from the pg_log fil...
2016-11-03 09:27:26 105
转载 DNS查询 and trouble-shooting case
ping和host,dig,nslookup是两种不同类型的处理DNS的方式 ping,首先会查询本地的/etc/hosts文件,然后才会查询DNS服务器,这样做有啥好处?效率高。 host,...
2016-09-23 19:41:36 181
转载 1ID's lock problem
For 1ID's lock problem, after I exchange with Oliver, my debrief as blow: At first, fix SSL encr...
2016-09-23 15:20:35 91
转载 Configuration modification after black friday
Actual configuration in préprod <resource type="javax.sql.DataSource" ...
2016-09-21 16:35:29 101
转载 Postgres Query tuning
IndexPK --> unique, not nullUnique contrast --> unique, nullableFacing a problem with a QUERY:W...
2016-09-21 15:55:19 108
转载 实用的Linux命令
//每2秒检查1次,检查10次 root@cnpphttp50:~# top -d 2 -n 10//显示现在登陆着的用户,load:5/10/15 minsroot@cnpphttp50:~# w1...
2016-08-09 11:23:39 61
转载 PostgreSQL 事务模型介绍
PostgreSQL有自己的事务实现模型。总体上分为三层:top layer, middle layer和bottom layer。 1. Top Layer Top Layer主要由用户控制,对用...
2016-08-02 13:39:18 213
转载 oracle分页查询语句
Oracle分页查询格式: 以下是代码: SELECT * FROM ( SELECT A.*, ROWNUM RN ...
2016-07-28 14:48:56 69
转载 oracle中rownum和rowid的区别
rownum和rowid都是伪列,但是两者的根本是不同的,rownum是根据sql查询出的结果给每行分配一个逻辑编号,所以你的sql不同也就会导致最终rownum不同,但是rowid是物理结构上的,在每条记录insert到数据库...
2016-07-28 14:47:49 81
转载 PostgreSQL索引
PostgreSQL提供了好几种索引类型:B-tree, Hash, GiST, SP-GiST和GIN 。B-tree索引也可以用来按照排序顺序检索数据。这并不总是比一个简单的扫描和排序快, 但通常是有帮助的。Hash...
2016-07-28 14:44:52 61
转载 Postgresql 备份恢复
在线备份以及即时恢复(PITR)组合文件系统备份与WAL文件的备份。如果需要恢复,我们就恢复备份, 然后重放备份了的WAL文件,把备份恢复到当前的时间。注意:pg_dump和pg_dumpall没有产...
2016-07-28 13:47:20 84
转载 PostgreSQL进程/服务器配置
postgres 20079 1 0 Jul07 ? 00:00:41 /usr/pgsql-9.2/bin/postmaster -p 60904 -D /u01/app/postgres/dat...
2016-07-28 10:41:37 190
转载 Rebuild Indexes
-----check INDEX SIZE more than 1 gega bytes SELECT OWNER AS OWNER, SEGMENT_NAME AS S...
2016-07-25 11:22:47 130
转载 ORA-04031 Unable to allocate xx bytes of shared memory
tetrix03_cafia2odb02 alert_tetrix03.log Use ADRCI or Support Workbench to package the incident....
2016-07-25 11:21:33 496
转载 ORA-00600 memory leak
Case study: http://www.ubtools.com/jira/browse/QA-20 https://support.oracle.com/epmos/faces/DocumentDispl...
2016-07-25 11:15:59 849
转载 Forcing Log Switches
Forcing Log SwitchesA log switch occurs when LGWR stops writing to one redo log group and starts writing to an...
2016-07-25 11:10:46 85
转载 FRA空间满
FRA空间满:1、备份Archivelog,释放空间。2、手工清除Flashback log: alter database flashback off。在数据库open阶段,rvwr进程需要加载闪回日志文件,由...
2016-07-25 11:08:42 432
转载 Flashback
there some ways, one of it flashback table to 5minutes beforeflashback table MyTable to timestamp to_ti...
2016-07-25 11:07:29 62
转载 MySQL Cluster install on Redhat7
http://dev.mysql.com/downloads/cluster/ ...
2016-07-24 23:30:24 76
转载 Docker
Install & Configuration:https://docs.docker.com/engine/admin/configuring/https://docs.docker.com/engine/t...
2016-07-24 20:39:05 47
转载 How to extend the LV size
root@cnpradm01:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 ...
2016-07-24 12:14:37 106
转载 TOP 100 long execution query
SELECT DISTINCT TOP 100 t.TEXT QueryName, s.execution_count AS ExecutionCount, s.max_elapsed_...
2016-07-24 12:11:01 73
转载 云相关
https://www.rackspace.com/cloud/sites Cloud Public Cloud Private Cloud ...
2016-07-24 00:06:12 112
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人