To speed up bulk loading of data, InnoDB 
implements aninsert buffer, a special index in the InnoDB system tablespace that 
buffers modifications to sec...
                            
                            
                                分类:
数据库   时间:
2014-05-16 18:26:09   
                                阅读次数:
532
                             
                         
                    
                        
                            
                            
                                Microsoft发布了他们自己对Apache 
Avro通信协议的实现。Avro被描述为“紧凑的二进制数据序列化格式,类似于Thrift或者Protocol 
Buffers”,同时还有像Hadoop这样的分布式处理环境所需要的额外功能。 为了让该协议尽可能地快,Microsoft Avro类库会在运...
                            
                            
                                分类:
其他好文   时间:
2014-05-14 10:59:37   
                                阅读次数:
336
                             
                         
                    
                        
                            
                            
                                swap分区交换空间,正是因为交换空间的存在,使我们的内存可以过载使用。在物理买内存不足的情况下,拿swap来应急。free:查看当前系统上物理内存和交换空间的使用情况。-m[root@vim-ap~]#freetotalusedfreesharedbufferscachedMem:1026868419232607636023704284224-/+buffers/..
                            
                            
                                分类:
系统相关   时间:
2014-05-08 16:55:16   
                                阅读次数:
435
                             
                         
                    
                        
                            
                            
                                (defun buffer-exists (bufname)   
  (not (eq nil (get-buffer bufname))))
(defun make-shell (name)
  "Create a shell buffer named NAME."
  (interactive "sName: ")
  (if (buffer-exists "*eshell*")...
                            
                            
                                分类:
其他好文   时间:
2014-05-06 19:40:04   
                                阅读次数:
262