代码
调试技术
数据库
- 《Getting started with impala》
- 《mysql 必知必会》
- 《mysql 性能调优与架构实践》
- 《Mysql 技术内幕 InnoDB 存储引擎》
- 《Redis 实战》
- 《Redis 深度历险核心原理和应用实践》
- 《redis设计与实现》
- 《七周七数据库》
- 《深入浅出mysql》
- 《高性能mysql第三版》
- 《MySQL是怎样运行的》
前端
GOLANG
- 《1 The Go Programming Language》
- 《2 The Go Programming Language》
- 《3 The Go Programming Language》
- 《Build Web Application With Golang》
- 《Go101》
- 《Network Programming with go》
- 《Building Microservices With Go》
- 《Building Restful Web Services with Go》
- 《Concurrency In Go》
- 《Go In Action(Go 实战)》
- 《Go学习笔记语言详解》
- 《Go学习笔记源码剖析》
- 《Go语言编程》
JAVA
网络
心理学
PYTHON
创业
UNIX/LINUX
分布式
系统设计
搜索引擎
开发工具
- 《Practical Vim》
- 《Vim8文本处理实战》
- 《Learn vim scrpt the hard way》
- 《Pro Git》
- 《Mastering Vim》
- 《Mastering Vim Quickly》
思维
源码
网站架构微服务
- 《微服务架构设计模式》
- 《从0开始学架构》
- 《web scalavility for startup engineers》
- 《designdatainstensive_application》
- 《designdatainstensive_application2》
- 《clean_architecture》
- 《微服务实战》
- 《微服务设计》
软件工程/项目管理
运维
金融理财
写作
互联网
区块链
技术演讲网课
- 《哔哩哔哩的go微服务实战》
- 《go业务基础库之Error&Context》
- 《Go同步和并发设计模式》
- 《300分钟吃透分布式缓存》
- 《DDD实战课》
- 《分布式技术原理与实战45讲》
- 《架构设计面试精讲》
- 《高并发系统设计40问》
- 《java并发编程78讲》
- 《中间件核心技术与实战讲》
职场
《Getting started with impala》
1. Why Impala
flexibliity for your big data flow high-performance analytics exploratory business intelligence
extrac-transform-load(ETL) BI: Business intelligence
2. Getting Up and Running with Impala
Cloudera live demo
A view is an alias for a longer query, and takes no time or storage to set up
3. Impala for the database developer
OLTP-style(online transaction processing)
impala implements SQL-92 standard features for queries, with som enhancements from later SQL standards Hadoop Distributed File System(HDFS)
- Impala currently doesn't have OLTP-style data manipulation language (DML) such as DELETE or UPDATE.
- Impala also does not have indexes, constraints or foreign keys.
- No transactions
impala can very effeciently perform full table scans of large tables.
HDFS Storage Model: CDH: Cloudera Distribution with Hadoop Parquet File Format: binary file format
4. Common Developer Tasks for Impala
ETL(Extract-trnasform-load)
Make sure always close query handles when finished(release memory) JDBC or ODBC
with Impala, the biggest I/O savings com from using partitioned tables and choosing the most appropriate file format
Impala partitioned tables are just HDFS directories UDF(user defined functions)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论