大数据
-
The Grammar of Business Intelligence
by Ron Cruz Business Intelligence has changed. There are new disruptive technologies, the cloud, and a paradigm shift that is putting more power into the hands of users instead of IT. More competitio…
-
How Do I Get From Hyperion IR/Brio to Oracle BICS?
On February 4th, KPI Partners was joined by representatives from Oracle for a webinar which profiled the reasons an organization may consider a migration from Hyperion Interactive Reporting/Brio to O…
-
What is SAML?... More About A Tool For Enterprise Cloud Security
by Shiva Molabanti What is SAML? SAML is the XML-based Security Assertion Markup Language being standardized at OASIS Security Services. SAML enables single sign-on and other security scenarios, and …
-
Treemap Views, Global Variables & Adapting To Oracle BICS From OBIEE 11g
by Shiva Molabanti Oracle Business Intelligence Cloud Service (BICS) - Every organization should carefully evaluate the tool, as well as its potential for end-user adoption. In today’s technological …
-
【干货】MySQL底层架构设计,你了解多少?
很多开发同学对SQL优化如数家珍,却对MySQL架构一知半解。岂不是只见树叶,不见森林,终将陷入细节中不能自拔。 今天就一块学习MySQL分层架构,深入了解MySQL底层实现原理,以及每层的作用,我们常见的SQL优化到底…
-
Redis-3主3从集群配置
概述 使用哈希槽分区,6台机器,1主1从。 一、节点搭建 使用docker创建6个redis容器,如果有6台主机也是一样的。 现在我们又6台机器分别是: 主机名 IP 端口 redis-node-1 192.168.78.100 6381 redis-node-2 192.16…
-
【干货】MySQL底层架构设计,你了解多少?
很多开发同学对SQL优化如数家珍,却对MySQL架构一知半解。岂不是只见树叶,不见森林,终将陷入细节中不能自拔。 今天就一块学习MySQL分层架构,深入了解MySQL底层实现原理,以及每层的作用,我们常见的SQL优化到底…
-
020_MySQL主从复制
目录 安装MySQL MySQL主从复制概述 主从复制的优点 实现读写分离的前提 Replication的原理 前提是作为主服务器角色的数据库服务器必须开启二进制日志 MySQL主从复制配置 Master节点配置 /etc/my.cnf (master节点执…
-
090_数据库设计规范
目录 基础规范 列设计规范 索引规范 SQL规范 表的垂直拆分 如何平滑添加字段 基础规范 :::info表必须有主键,建议使用整型作为主键禁止使用外键,表之间的关联性和完整性通过应用层来控制表在设计之初,应该考虑到…
-
spark sql整合hive-重要
spark sql整合hive 在spark sql中使用hive的元数据 spark sql是使用spark进行计算的,hive使用MR进行计算的 1、在hive的hive-site.xml修改一行配置,增加了这一行配置之后,以后在使用hive之前都需要先启动元数据服…