DockOne微信分享(七十五期):应用容器化之K8S实践
本文主要以zookeeper、redis、kafka、mongodb等应用容器化在k8s平台上面实践。从计算、网络、存储方面解析应用在集成中的问题,以及部分传统应用在容器化过程中设计的应用二次开发等问题。首先介绍应用Docker化的需求和局限、接着介绍基础平台我整体环境包括K8S和ECP,然后介绍具体应用如zookeeper在集成中的实践,最后介绍部分开源应用在容器化过程中设计到的二次开发。...
View ArticleHow to steal any developer's local database
Aug 2016 If you’re reading this and you’re a software developer, you’re probably running some services locally. Redis, Memcached, and Elasticsearch are software products that many rely on. What you...
View ArticleHBase工作原理学习
HBase工作原理学习 1 HBase简介 HBase是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统,利用HBase技术可在廉价PC Server上搭建大规模结构化的存储集群。HBase的目标是存储并处理大型数据,具体来说是仅需使用普通的硬件配置,就能够处理由成千上万的行和列所组成的大型数据。...
View ArticleMonitor MongoDB Using vRealize Operations
By: Ember DeBoer, Blue Medora The latest addition to the VMware Solution Exchange ― the Blue Medora VMware vRealize Operations Management Pack for MongoDB ― was just released today. And it’s about to...
View ArticleIntroducing Percona Memory Engine for MongoDB
I’m pleased to announce the latest Percona Server for MongoDB feature: Percona Memory Engine for MongoDB. Everybody understands that memory is much faster than disk even the fastest solid state...
View ArticlePercona Server for MongoDB 3.2.8-2.0 is now available
Percona announces the release of Percona Server for MongoDB 3.2.8-2.0 on August 11, 2016. Downloadthe latest version from thePercona web siteor the Percona Software Repositories . Percona Server for...
View ArticleA Pokemon Crash Course on CouchDB
In this tutorial, we’ll walk through working with CouchDB , a NoSQL database from Apache. This tutorial will focus more on the practical side, so we won’t cover what CouchDB is good for, how to...
View ArticleGeophile: Converting and importing shapefiles for Compose PostgreSQL and MongoDB
Geophile is a series dedicated to looking at geographical data, its features and its uses. In this article, we discuss how to convert shapefiles into SQL and GeoJSON and import them into Compose...
View ArticleGreenplum中Heap表膨胀查看和解决方案
在某些情况下,因为底层存储架构的原因,Greenplum的Heap表很容易出现膨胀(Bloat)。Bloat会影响表的扫描性能,从而影响查询性能。 1. 什么是表膨胀? 表膨胀是指在一张表的数据文件中积累的自由空间(free space)被旧数据行使用。这些空间已经被之前删除或者不再访问的数据使用。不能做表的维护以重用这些空间,导致表数据文件越来越大,所以表扫描需要更长的时间。 2....
View Article使用CallableStatement调用存储过程
什么是存储过程? 就是带有逻辑的sql语句,由于增删改查没有带逻辑,使用存储过程可以判断,循环。 如何创建存储过程?CREATE PROCEDURE pro_test() --存储过程名称(参数列表)BEGIN SELECT * FROM employee;END CALL pro_test(); -- 使用CALL执行 存储过程名称(参数);带有输入参数的存储过程:CREATE PROCEDURE...
View ArticleORM――数据库表与Java对象映射原理
定义:ORM(Object Relation Mapping):利用描述对象和数据库之间映射的元数据,自动且透明地把Java应用程序中的对象持久化到关系数据库中的表。对象、关系范式的不匹配关联表示的区别:面向对象语言利用对象引用(object reference一对一、一对多、多对一、多对多);关系领域中使用外键(foreign key 一对多或一对一)表示。...
View Articleredis集群搭建及分析
redis提供了无中心化的模式来提供对key的shading, 提供数据存储的master节点与master节点之间是对等的, master节点与master节点之间通过gossip协议进行通信,以实现集群选主,失效转移, 触发数据迁移等操作. 1. redis 集群搭建 1.1 配置项说明 cluster-enabled : 是否开启集群模式, yes开启, no不开启....
View Article基于hadoop生态圈的数据仓库实践――进阶技术(十七)
十七、分段维度本节说明分段维度的实现技术。分段维度包含连续值的分段。例如,年度销售订单分段维度可能包含有叫做“低”、“中”、“高”的三档;各档定义分别为0.01到15000、15000.01到30000.00、30000.01到99999999.99。如果一个客户的年度销售订单金额为10000,则被归为“低”档。分段维度可以存储多个分段集合。例如,可能有一个用于促销分析的分段集合,另一个用于市场细分...
View ArticleNew Performance Benchmark for Live Dashboards and Fast Updates
Newest Upsert Benchmark showcases critical use case for internet billing with telcos, ISPs, and CDNs MemSQL achieves 7.9 million upserts per second , 6x faster than Cassandra Benchmark details and...
View ArticleThe Quest for Hidden Treasure: An Apache Spark Connector for the Riak NoSQL...
This is a guest blog from our friends at Basho. Pavel Hardak is a director of product management at Basho. This article introduces Riak Spark Connector , an open source library which bridges the gap...
View ArticleEnsuring Market Integrity & Investor Protection via Trade Surveillance ...
This article is the secondinstallment in a threepart series that coversone of the most critical issues facing the financial industry Investor & Market Integrity Protection via GlobalMarket...
View Article数据库新星MongoDB的中国梦
ZD至顶网软件频道消息: 对于很多国外IT企业来说,中国市场已经成为当下最为紧俏的海外市场,这个市场不仅拥有巨大的互联网和移动互联网用户群体,同时还拥有全球十分之一的开发者群体。而后者也正是开源数据库MongoDB所最为看重的。 MongoDB总裁兼首席执行官Dev Ittycheria...
View ArticleThe 5-Minute Interview: Paul Jongsma, Founder of Webtic
ByBryce Merkl Sasaki, Aspiring Graphista | August 12, 2016 For this week’s 5-Minute Interview, I spoke with Paul Jongsma , Founder of Webtic . Paul and I sat down together at GraphConnect Europe last...
View Articlemongodb--入门知识点
初始数据库 admin数据库: 放一些用户信息,性能管理信息。 local数据库: 存放一些操作日志【系统日志】。 config数据库:如果做sharing的时候,用得到。 shell环境 moogodb的shell加载了js环境 bson和json的区别...
View ArticleD1net阅闻:Hadoop市场持续火爆:MapR新融资5000万美元
英特尔3.5亿美元收购深度学习初创公司Nervana 据科技媒体Recode报道,英特尔决定斥巨资收购深度学习企业Nervana...
View Article