摘要: 14.7 InnoDB Table Compression 14.7.1 Overview of Table Compression 14.7.2 Enabling Compression for a Table 14.7.3 Tuning Compression for InnoDB Tables 阅读全文
posted @ 2016-07-15 10:10 七块五 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 14.6 InnoDB Table Management 14.6.1 Creating InnoDB Tables 14.6.2 Moving or Copying InnoDB Tables to Another Machine 14.6.3 Grouping DML Operations wi 阅读全文
posted @ 2016-07-11 17:36 七块五 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 有的时候需要在不同的数据库实例之间做集合操作,这就无法直接使用SQL语句的join,left join了。相同类型的数据库之间虽然也有类似于DBLINK和FEDERATED之类的东西,但一来这些东西不同的数据库之间是不能通用的,还有就是这些都要在数据库服务端上操作的,即使是dba要走这么一个申请流程 阅读全文
posted @ 2016-07-07 10:55 七块五 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 想法是这样的,根据一个随手输入的乡村地名,匹配出其严格的五级行政地址。例如输入的”无极县东侯坊乡南池阳村助农点“,便要匹配出”河北省-石家庄市-无极县-东侯坊乡-南池阳村“。后面的这个五级的行政地址是已知存在数据库里的。 大概的思路是首先进行分词,如上面的分成”无极县“,”东侯坊乡“,”南池阳村“, 阅读全文
posted @ 2016-07-04 17:37 七块五 阅读(3668) 评论(10) 推荐(5) 编辑
摘要: 14.5 InnoDB Tablespace Management 14.5.1 Resizing the InnoDB System Tablespace 14.5.2 Changing the Number or Size of InnoDB Redo Log Files 14.5.3 Using Raw Disk Partitions for the System Tablespac... 阅读全文
posted @ 2016-06-28 14:12 七块五 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 14.4 InnoDB Configuration 14.4.1 InnoDB Initialization and Startup Configuration 14.4.2 Configuring InnoDB for Read-Only Operation 14.4.3 InnoDB Buffe 阅读全文
posted @ 2016-06-24 17:20 七块五 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 在百度上抓取了大量的乡镇信息,但都是大段大段的文字,并无法直接用于结构化的数据分析,因此还需要在其中提取真正有用数据。这其中数字则是最为直观的数据。想要提取数字并不困难,用一个正则表达式比配一下就都出来了。但就这么一个光秃秃的数字是没有任何含义的,还需要知道这些数字要表达的是什么。以以下一段文字为例 阅读全文
posted @ 2016-06-17 14:57 七块五 阅读(834) 评论(0) 推荐(0) 编辑
摘要: 14.3 InnoDB Transaction Model and Locking 14.3.1 InnoDB Lock Modes 14.3.2 InnoDB Record, Gap, and Next-Key Locks 14.3.3 Avoiding the Phantom Problem U 阅读全文
posted @ 2016-06-01 10:54 七块五 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 14.2 InnoDB Concepts and Architecture 14.2.1 MySQL and the ACID Model 14.2.2 InnoDB Multi-Versioning 14.2.3 InnoDB Redo Log 14.2.4 InnoDB Undo Logs 14 阅读全文
posted @ 2016-06-01 10:52 七块五 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 14.1 Introduction to InnoDB 14.1.1 InnoDB as the Default MySQL Storage Engine 14.1.2 Checking InnoDB Availability 14.1.3 Turning Off InnoDB InnoDB is 阅读全文
posted @ 2016-06-01 10:49 七块五 阅读(270) 评论(0) 推荐(0) 编辑