When using grid mode, the data controller loads a fixed number of dataset records into memory. The number of records to be loaded depends on the GridM...
分类:
其他好文 时间:
2014-11-06 19:35:30
阅读次数:
212
Given API: int Read4096(char* buf); It reads data from a file and records the position so that the next time when it is called it read the next 4k cha...
分类:
其他好文 时间:
2014-11-02 16:22:32
阅读次数:
438
windows下的的oracle ,实例启动时是会向windows操作系统的事件查看器--应用程序 部分写入启动信息的,并且这个写入行为无法用oracle 的参数或者其他手段去禁止。
若是事件查看器--应用程序的日志满了,会导致如下的情况:ORA-28056: Writing audit records to Windows Event Log failed.
清理完日志之...
分类:
数据库 时间:
2014-10-31 19:10:28
阅读次数:
331
1) union(otherRDD)RDD-->UnionRDD2) groupByKey(numPartitions)RDD-->ShuffledRDD-->MapPartitionsRDDgroupByKey() 只需要将 Key 相同的 records 聚合在一起,一个简单的 shuffle ...
分类:
其他好文 时间:
2014-10-30 20:46:35
阅读次数:
207
mysql memory engine创建:mysql> create table mt engine = memory select * from information_schema.tables;Query OK, 334 rows affected (1.80 sec)Records: 33...
分类:
数据库 时间:
2014-10-29 21:19:52
阅读次数:
200
我们都知道数据在存储引擎中是以页的形式组织的,但数据页在不同的组织形式中其中对应的数据行存储是不尽相同的,这里通过实例为大家介绍下堆表的中特有的一种情形Forwared Records及处理方式.
分类:
数据库 时间:
2014-10-27 10:49:14
阅读次数:
303
在业务量大的时候 碰到需要添加索引,需要用到 CONCURRENTLY,不然你的库很容易会坏的
如
create index CONCURRENTLY idx_order_staist_uid on order_records
见
http://www.postgresql.org/docs/9.1/static/sql-createindex.html...
分类:
其他好文 时间:
2014-10-21 12:25:02
阅读次数:
200
关键字:SQL Server 2008, recover deleted records今天有个朋友很着急地打电话给我,他用delete语句误删除了SQL Server 2008数据库中两个表中的所有记录,而这个数据库之前没有任何备份。让我帮他解决一下,不然他要赔偿客户很多钱。SQL Server中...
分类:
数据库 时间:
2014-10-21 11:40:29
阅读次数:
222
In this blog, we will talk about another the index which was called "The embedded ". First we init 1w the records as follows:
2.2 The embedded Index
The compare between the before and t...
分类:
数据库 时间:
2014-10-21 01:04:05
阅读次数:
240
Description
Jenny is a warehouse keeper. He writes down the entry records everyday. The record is shown on a screen, as follow:
There are only two buttons on the screen. Pressing the button i...
分类:
其他好文 时间:
2014-10-20 15:06:03
阅读次数:
259