E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
partitioned
【原】hive 操作笔记
> CREATE TABLE pokes (foo INT, bar STRING); hive> CREATE TABLE invites (foo INT, bar STRING)
PARTITIONED
·
2015-11-12 18:31
hive
When to Partition a Table and an Index
Note: All partitions of a
partitioned
object must reside in tablespaces of a s
·
2015-11-12 17:15
partition
转:深入学习Oracle分区表及分区索引
转自:http://database.ctocio.com.cn/tips/286/8104286.shtml 关于分区表和分区索引(About
Partitioned
Tables and Indexes
·
2015-11-12 15:33
oracle
Hive学习之动态分区及HQL
Hive动态分区 1、首先创建一个分区表create table t10(name string)
partitioned
by(dt string,value string)row format delimited
·
2015-11-12 14:32
hive
Hive常用的SQL命令操作
pokes (foo INT, bar STRING); 创建表并创建索引字段ds hive> CREATE TABLE invites (foo INT, bar STRING)
PARTITIONED
·
2015-11-11 14:04
hive
Hive表分区
必须在表定义时创建partition a、单分区建表语句:create table day_table (id int, content string)
partitioned
by (dt string
·
2015-11-11 14:03
hive
hive中使用rcfile
(1)建student & student1 表:(hive 托管)create table student(id INT, age INT, name STRING)
partitioned
·
2015-11-11 13:48
hive
Oracle的索引类型
Single column 单行索引 Concatenated 多行索引 Unique 唯一索引 NonUnique 非唯一索引 Function-based函数索引 Domain 域索引 物理上:
Partitioned
·
2015-11-11 02:06
oracle
Oracle PARALLEL_INDEX与索引并发(待测试)
the optimizer to use the specified number of concurrent servers to parallelize index range scans for
partitioned
·
2015-11-08 14:08
oracle
[Reference]Sqlserver 2005 partition table
Partitioned
Tables in SQL Server 2005 16 April 2007 by Nigel Rivett
Partitioned
Tables in SQL
·
2015-11-08 11:41
sqlserver
【STL源码学习】STL算法学习之三
is_
partitioned
函数原型: template <class InputIterator, class UnaryPredicate>
·
2015-11-02 19:29
STL
Partitioned
Table可伸缩性表分区功能
可伸缩性性是数据库管理系统的一个很重要的方面,在SQL Server 2005中可伸缩性方面提供了表分区功能。 其实对于有关系弄数据库产品来说,对表、数据库和服务器进行数据分区的从而提供大数据量的支持并不是什么新鲜事,但 SQL Server 2005 提供了一个新的体系结构功能,用于对数据库中的文件组进行表分区。水平分区可根据分区架构,将一个表划分为几个较小的分组。表分区功能是针对超大型数据库
·
2015-11-02 13:51
partition
叉乘+二分解决POJ 2318
Description Calculate the number of toys that land in each bin of a
partitioned
toy box.
·
2015-11-02 10:53
poj
POJ 2318 TOYS (计算几何,叉积判断)
8661 Accepted: 4114 Description Calculate the number of toys that land in each bin of a
partitioned
·
2015-11-01 09:21
poj
SQL Server 表分区(
partitioned
table/Data Partitioning)
可伸缩性性是数据库管理系统的一个很重要的方面,在SQL Server 2005中可伸缩性方面提供了表分区功能。 其实对于有关系弄数据库产品来说,对表、数据库和服务器进行数据分区的从而提供大数据量的支持并不是什么新鲜事,但 SQL Server 2005 提供了一个新的体系结构功能,用于对数据库中的文件组进行表分区。水平分区可根据分区架构,将一个表划分为几个较小的分组。表分区功能是针对超大型数据库
·
2015-10-31 10:30
SQL Server
POJ 2318 TOYS
9310 Accepted: 4436 Description Calculate the number of toys that land in each bin of a
partitioned
·
2015-10-31 08:38
poj
SQL Server 表分区(
partitioned
table/Data Partitioning)
可伸缩性性是数据库管理系统的一个很重要的方面,在SQL Server 2005中可伸缩性方面提供了表分区功能。 其实对于有关系弄数据库产品来说,对表、数据库和服务器进行数据分区的从而提供大数据量的支持并不是什么新鲜事,但 SQL Server 2005 提供了一个新的体系结构功能,用于对数据库中的文件组进行表分区。水平分区可根据分区架构,将一个表划分为几个较小的分组。表分区功能是针对超大型数据库
·
2015-10-30 14:56
SQL Server
oracle 查询哪些表分区
如果查询当前用户下得分区表:select * from user_tables where
partitioned
='YES'如果要查询整个数据库中的分区表:select * from dba_tables
·
2015-10-30 13:04
oracle
《Microsoft Sql server 2008 Internals》读书笔记--第八章The Query Optimizer(9)
《Microsoft Sql server 2008 Internal》读书笔记--目录索引 本文继续关注分区表(
Partitioned
Tables) 和数据仓库(Data Warehousing
·
2015-10-30 11:46
SQL Server 2008
Managing Tables
Objectives Storing User Data Regular tables
Partitioned
tables Index-organized tables Clustered
·
2015-10-28 09:07
table
POJ-2318
11293 Accepted: 5439 Description Calculate the number of toys that land in each bin of a
partitioned
·
2015-10-28 08:37
poj
DC与GC的区别
Catalog GC是做什么的, 有什么特点详见下面的话: In a multi-domain forest the Active Directory database becomes
partitioned
·
2015-10-27 15:52
GC
kafka入门:简介、使用场景、设计原理、主要配置及集群搭建
一、入门 1、简介 Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。它提供了类似
引鸩怼孑
·
2015-09-17 16:00
kafka学习(一)
8919-1-1.html http://blog.csdn.net/lizhitao/article/details/237438211.简介 Kafkaisadistributed,
partitioned
zero__007
·
2015-08-26 17:00
Apache Helix简介
ApacheHELIX一个为
partitioned
和replicated分布式资源而设计的集群管理框架WhatisHELIXApacheHelix是一个通用的集群资源管理框架,它能被用作自动管理存在于集群节点上的分区的
u014388509
·
2015-08-11 10:00
集群
管理
分布式
资源
helix
How To Setup
Partitioned
Linux Block Devices Using UDEV (Non-ASMLIB) And Assign Them To ASM
文档ID1528148.1Appliesto:OracleDatabase-StandardEdition-Version10.2.0.1to12.1.0.2[Release10.2to12.1]Informationinthisdocumentappliestoanyplatform.GoalThepresentdocumentprovidesanexampleabouthowtosetup/c
hezhiyong_6012
·
2015-07-05 18:25
ASM
udev
Understanding Cubert Concepts(二)Co-
Partitioned
Blocks
UnderstandingCubertConcepts(二):CubertCo-PartitionedBlocks话接上文CubertPartitionedBlocks,我们介绍了Cubert的核心Block概念之一的分区块,它是一种根据partitionKeys和costfunction来对原始数据进行Redistribution和Transformation来结构化数据,这种结构化的数据是对后
u014388509
·
2015-07-01 10:00
partition
cube
大数据处理
LinkedIn
cubert
Understanding Cubert Concepts(一)
Partitioned
Blocks
UnderstandingCubertConcepts(一)PartitionedBlocksCubertConcepts对于Cubert,我们要理解其核心的一些概念,比如BLOCK。这些概念也是区别于传统的关系型范式(Pig,Hive)等数据处理流程并使得Cubert在大规模数据下JOIN和Aggregation中取胜的关键因素。(自己测下来,CUBE的计算效率比Hive高好多倍。)BLOCKC
u014388509
·
2015-06-29 17:00
JOIN
数据
hive
cube
cubert
kafka入门:简介、使用场景、设计原理、主要配置及集群搭建
一、入门 1、简介 Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。
yanhan_huang
·
2015-05-19 13:00
hive表之bucket
create table xt_student_bucket(id INT, age INT, name STRING)
partitioned
by(stat_date STRING) clustered
肥皂
·
2015-05-06 00:00
hive 表操作语句
[COMMENT table_comment] [
PARTITIONED
BY (col_na
chengjianxiaoxue
·
2015-04-09 17:00
hive
Android手机的 storage
------------------------------------------------------------------- The storage in your device is
partitioned
·
2015-04-08 16:00
android
【Kafka十二】关于Kafka是一个Commit Log Service
Kafka is a distributed,
partitioned
, replicated commit log service.这里的commit log如何理解?
bit1129
·
2015-04-08 11:00
service
【Kafka十二】关于Kafka是一个Commit Log Service
Kafka is a distributed,
partitioned
, replicated commit log service.这里的commit log如何理解?
bit1129
·
2015-04-08 11:00
service
【Kafka十二】关于Kafka是一个Commit Log Service
Kafka is a distributed,
partitioned
, replicated commit log service.这里的commit log如何理解?
bit1129
·
2015-04-08 11:00
service
kafka初级
简介Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。
allantaylor81
·
2015-03-30 11:00
Kafka 之 入门
简介Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。
徐龙平
·
2015-03-26 11:23
kafka
Hive variable demo
create table ori_trans (account string, maker string, tdate string)
partitioned
by (country string);
·
2015-03-25 22:00
variable
Oracle分区表技术 (
Partitioned
Tables)
自Oracle8(1997年左右)就引入了分区表&分区索引(PartitionedTables&Indexes)的概念来调整大表和大索引,提升性能,提升运维管理的能力。分区表和分区索引机制是海量数据库管理(VeryLargeDatabases ,即VLDB)中一个重要的提升性能的机制。Oracle分区技术的历史Oracle8引入了分区的概念,后续的每个版本都有对分区机制优化和改进。使用分区表/索引
pan_tian
·
2015-01-09 16:00
hive分区操作
nbsp; 必须在表定义时创建partition a、单分区建表语句:create table day_table (id int, content string)
partitioned
liyonghui160com
·
2015-01-08 11:00
hive分区操作
查看hive表分区
Hive读取Flume正在写入的HDFS
mytable ( c1 String, c2 INT, c3 INT, create_time String )
PARTITIONED
liyonghui160com
·
2015-01-06 15:00
hive常见操作语句--创建表语句
comment '页面ID', page_name string comment '页面名称', page_url string comment '页面URL' ) comment '页面视图'
partitioned
bestchenwu
·
2015-01-02 16:00
hive
常见操作
Kafka 0.8.1 Documentation
http://kafka.apache.org/documentation.html 1.1IntroductionKafkaisadistributed,
partitioned
,replicatedcommitlogservice.Itprovidesthefunctionalityofamessagingsystem
ylzhj02
·
2014-12-02 10:00
document
hive学习总结(5)—分区、分桶和索引
(1)静态分区 create table if not exists sopdm.wyp2(id int,name string,tel string)
partitioned
by
cumtheima
·
2014-11-23 00:00
分区
hive
索引
分桶
hive建表
traceid string , param string , result string , runtime string )
partitioned
blackproof
·
2014-11-11 15:00
hive
建表
hive建表
traceid string , param string , result string , runtime string )
partitioned
blackproof
·
2014-11-11 15:00
hive
建表
hive load data
[COMMENT table_comment] [
PARTITIONED
BY (col_name dat
wacthamu
·
2014-11-03 17:00
ZooKeeper kafka入门:简介、使用场景、设计原理、主要配置
一、入门1、简介Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。它提供了类似于JMS
doctor_who2004
·
2014-10-27 21:00
zookeeper
集群
kafka
架构设计
kafka
kafka入门:简介、使用场景、设计原理、主要配置及集群搭建
一、入门1、简介Kafkaisadistributed,
partitioned
,replicatedcommitlogservice。它提供了类似于JMS
李克华
·
2014-09-29 09:00
kafka 文档1
GettingStarted 入门1.1Introduction 简介 Kafkaisadistributed,
partitioned
,replicatedcommitlogservice.Itprovidesthefunctionalityofamessagingsystem
昏鸦
·
2014-09-28 16:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他