传统的存储架构都存在几个问题:1),多个controller做cluster,但是某个controller出现问题后会failover造成performance下降2),需要性能调优3),某个盘坏后重构时间很长,而且重构过程中极有可能出现更多的盘坏,造成数据丢失4),当容量不够后,扩展需要停机,而且虽然容量增加了,但是性能却降低了而XIV的核心特点是:数据是分布在所有盘上的,没有RAID,没有热点
原创 精选 2014-11-07 13:50:33
1987阅读
这本书来
System
转载 2020-11-20 23:27:00
65阅读
2评论
一、 为什么选择这本书?这本书来自于:https://github.com/codefollower/My-Blog/issues/1。工作之后,个人一直追求的一个方面就是“系统化”,笼统的来说就是两方面“基础”+“专业”。这本书是属于基础方面的系统化,旨在加深对进程、线程、CPU调度、同步、死锁、内存管理、虚拟内存、文件系统、I/O系统这些最基本的概念和原理的理解和掌握。二、这本书写了什么?该书
原创 6月前
70阅读
How to read/write k-v from 1 PB file? 这么大的文件 直接放在一个服务器中肯定要死 那么怎么样嘛...
转载 2020-10-24 00:26:00
258阅读
2评论
# 如何实现Java数据库管理系统 作为一名经验丰富的开发者,我将会教会你如何实现一个Java数据库管理系统。在开始之前,我们首先需要了解整个流程,然后逐步介绍每一个步骤需要做什么,并提供相应的代码示例。 ## 整个流程 以下是实现Java数据库管理系统的整体流程: | 步骤 | 描述 | | --- | --- | | 1 | 连接到数据库 | | 2 | 创建数据库 | | 3 | 创
原创 2024-01-23 08:29:12
44阅读
# Android System App Database ## Introduction In the world of Android development, system apps play a crucial role in providing core functionalities to the operating system. These apps are pre-instal
原创 2023-08-21 03:49:43
78阅读
4S: scenario: 就是给定key 或者说是查询语句 返回值 storage: 数据库虽然表面上是以表的形式进行储存,但是底...
转载 2020-10-24 00:25:00
688阅读
2评论
Time-sharing Hdw save u-regs(A) to k-stack(A) OS save k-regs(A) to PCB(A) OS restore k-regs(B) from PCB(B) Hdw restore u-regs(B) from k-stack(B) CPU s ...
ide
转载 2021-04-26 13:36:00
124阅读
2评论
Oracle Database Documentation RoadmapOracle数据库文档路径图This section explains how this manual should be read and where it fits into the OracleDatabase documentation set as a whole.    这一部分介绍了如何阅读
翻译 精选 2013-08-12 09:25:43
1102阅读
https://dl.acm.org/ccs/ccs.cfm?id=0&lid=0https://www.acm.org/publications/proceedings-template
acm
原创 2021-08-18 11:06:56
2295阅读
consistency checking 工具:fsck。vt. in an opposite direction(反对,反驳)。(2)示例Thus, output to the disk through the file system is often faster than is input f
VMM 也称为 hypervisor。vi/vt. permeate literally means go through. to spread through and be present in every part of it(渗透)。(2)示例
原创 6月前
0阅读
无。An operating system acts as an intermediary between the user of a computer and the computer hardware(《Operati
原创 8月前
41阅读
《Operating System Concepts》学习第 6 天,p26-p33 总结,总计 8 页。一、技术总结timer(1)为什么设置 timer We must ensure that the operating system maintains control over the CPU. We cannot allow a user program to get stuck in
原创 8月前
60阅读
《Operating System Concepts》学习第 11 天,p76-p86 总结,总计 11 页。一、技术总结1.mechanism & policy(1)mechanisim 定义An operation that defi nes how something will be done.(2)policy 定义A rule that defi nes what will b
原创 8月前
57阅读
(1) 定义示例:The free-software movement is driving legions of programmers to create thousands of open-source projects, including o
(1)定义(2)示例示例:Many homes use firewall to protect their networks from security breaches(《Operating System Concepts》第 41 页)。
原创 8月前
77阅读
(1)定义c. a moving staircase(自动手扶梯,手扶电梯)。示例:However, a user sometimes needs to escalate privileges to gain extra permissions for an activity(《Operatiepts》第 34 页)。
原创 8月前
50阅读
本人觉得这写总结非常好,摘录一下。vi/vt. to compete in order to win sth.示例:The top tennis players in the world are contending for this title.u. an
原创 8月前
44阅读
  • 1
  • 2
  • 3
  • 4
  • 5