
数据库
ikeepo
https://ikeepo.github.io/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
理解Search Engine vs Traditional Database
OverviewThe exact words are : Full Text Search Engines vs. DBMSDatabase vs. Search EngineA database is a collection of information that is organized and stored to be accessed for later use.Focus on a particular source.A search engine uses computer..原创 2020-12-19 19:50:13 · 1227 阅读 · 2 评论 -
理解DSL||AST||query clauses||X-Pack||JDBC||ODBC
DSL(Domain Specific Language)A DSL is a computer language specialized to a particular application domain. This is contrast to a general-purpose language(GPL).A Domain Specific Language is a programming language with a higher level of abstraction optimi..原创 2020-12-19 19:47:48 · 484 阅读 · 1 评论 -
理解parquet及其生态
Apache ParquetWikipediaOfficial siteFrom wikipedia, Apache Parquet is a free and open-source column-oriented data storage format of the Apache Hadoop ecosystem.HistoryThe open-source project to build Apache Parquet began as a joint effort be..原创 2020-08-14 20:14:16 · 2739 阅读 · 0 评论