会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
捧花大王
福音是 神的大能!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
21
下一页
2022年8月24日
neo4j图数据库安装部署
摘要: wget -c https://dist.neo4j.org/neo4j-community-4.4.10-unix.tar.gz mkdir -p /data/neo4j tar -xf jdk-11.0.16.1_linux-x64_bin.tar.gz -C /usr/local/ tar -
阅读全文
posted @ 2022-08-24 15:23 捧花大王
阅读(402)
评论(0)
推荐(0)
2022年8月23日
db.Bifrost
摘要: [root@mysql-host1 /data/bifrost/data]# cat db.Bifrost | python3 -mjson.tool { "Version": "v1.8.0-beta.01", "ToServer": { "dba_test-tb1_all": { "Plugin
阅读全文
posted @ 2022-08-23 12:24 捧花大王
阅读(37)
评论(0)
推荐(0)
OOM
摘要:
阅读全文
posted @ 2022-08-23 12:11 捧花大王
阅读(71)
评论(0)
推荐(0)
2022年8月22日
mysql_backup_extract.py
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- """ Desc: decrypt the db backup file, then to ungzip it , finally, to be a origin state. Date: 2016-08-1
阅读全文
posted @ 2022-08-22 17:20 捧花大王
阅读(41)
评论(0)
推荐(0)
Clickhouse windowFunnel函数使用
摘要: -- 官方文档 https://clickhouse.com/docs/zh/sql-reference/aggregate-functions/parametric-functions/#function-sequencecount 对于事件进行连续跟踪分析能力,适用漏斗或跟踪埋点数据 -- 实际
阅读全文
posted @ 2022-08-22 17:05 捧花大王
阅读(374)
评论(0)
推荐(0)
2022年8月19日
diff命令
摘要:
阅读全文
posted @ 2022-08-19 23:23 捧花大王
阅读(9)
评论(0)
推荐(0)
2022年8月15日
json.tool模块
摘要: [root@mysql-host1 ~]# cat 1.json {"version":"0.1","database":"app01","table":"tb1","type":"insert","ts":1659678099,"time_zone":"Asia/Shanghai","host":
阅读全文
posted @ 2022-08-15 14:10 捧花大王
阅读(177)
评论(0)
推荐(0)
2022年8月10日
kibana上查询chproxy上慢SQL请求日志
摘要: { "query": { "bool": { "filter": [ { "range": { "time_use": { "gte": "1" } } }, { "match_phrase": { "time_unit": "s" } } ] } } }
阅读全文
posted @ 2022-08-10 10:53 捧花大王
阅读(241)
评论(0)
推荐(0)
2022年8月9日
xyz_canal数据同步elasticsearch
摘要: -- 查询索引结构 GET /sink_erp_schedule_alias_pre/_mapping -- 删除索引 DELETE /sink_erp_schedule_alias_pre -- 创建索引 PUT /sink_erp_schedule_alias_pre -- 创建索引的别名 PO
阅读全文
posted @ 2022-08-09 17:36 捧花大王
阅读(45)
评论(0)
推荐(0)
mongodb数据库备份
摘要: #!/bin/bash ## ## MongoDB Database Backup Script ## export PATH=/bin:/usr/bin:/usr/local/bin TODAY=`date +"%Y_%m_%d"` DB_BACKUP_PATH='' MONGO_HOST=''
阅读全文
posted @ 2022-08-09 14:43 捧花大王
阅读(131)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
21
下一页
公告