积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(20)VirtualBox(20)系统运维(6)存储(4)Linux(2)

语言

全部英语(20)中文(简体)(6)

格式

全部PDF文档 PDF(26)
 
本次搜索耗时 0.097 秒,为您找到相关结果约 26 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • 系统运维
  • 存储
  • Linux
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PFS SPDK: Storage Performance Development Kit

    1 基于SPDK的CurveBS PFS存储引擎10/17/22 2 Why ●为了减少使用cpu做内存copy,减少系统调用 ●发挥某些被操作系统屏蔽的功能,例如nvme write zero ●根据阿里《When Cloud Storage Meets RDMA》的说法 ●在100Gbps网络带宽时,内存带宽成为瓶颈 ●Intel Memory Latency Checker (MLC)测试得到的CPU内存带宽是 7/22 6 对PFS的修改 ●基于阿里开源的PFS ●不再基于daemon模式,而是直接使用pfs core api ●依然向外提供管理工具, 例如 pfs ls、cp、rm等 ●增加spdk驱动10/17/22 7 新增PFS接口 ●增加pfs_pwritev和pfs_preadv接口 ●ssize_t pfs_preadv(int fd, const struct iovec f由若干地址不连 续的block组成,一次IO提交可以提高效率。10/17/22 8 PFS+SPDK 的部分读写的实现 ●某些盘只支持4k单位读写,但是CurveBS支持512字节读写 ●可能存在部分写的并发冲突 ●引入并发的range lock解决冲突10/17/22 9 PFS+SPDK 的DMA支持 ●ssize_t pfs_writev_dma(int fd, const struct
    0 码力 | 23 页 | 4.21 MB | 5 月前
    3
  • pdf文档 OID CND Asia Slide: CurveFS

    CURVE Roadmap � CURVE Community � You can take awayCURVE Roadmap ● Features ○ Supports RDMA and SPDK ○ Further reduce I/O latency and improve throughput ○ Support data lifecycle management ○ Curve
    0 码力 | 24 页 | 3.47 MB | 5 月前
    3
  • pdf文档 Curve 分布式存储设计

    文件存储支持分布式缓存、完善冷热数据分层存储能力 2. 完善混合云、公有云上部署架构 3. 完善高性能3副本存储引擎,支持混合盘 4. 文件存储支持数据存储到HDFS、rados等引擎 2. 性能 1. 完善RDMA/SPDK方案,发布稳定版本 2. 更高性能硬件选型、适配及性能调优 3. 大文件读写性能优化,RAFT优化,降低写放大 3. 功能 1. 文件存储支持回收站/生命周期管理/配额/用户权限等 2.
    0 码力 | 20 页 | 4.13 MB | 5 月前
    3
  • pdf文档 Raft在Curve存储中的工程实践

    Curve对raft的优化Curve块存储RAFT应用 Curve块存储 • 高性能、更稳定、易运维 • 支持NBD(network block device)、iscsi • 支持RDMA和SPDK Curve块存储架构 • client:接受用户请求。 • mds:保存元数据,包括topo信息、块设备信息、 数据分布信息等,持久化到etcd中。 • chunkserver:采用raft协议3副本的方式保存块
    0 码力 | 29 页 | 2.20 MB | 5 月前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    brings about a substantial performance improvement, letting io_uring deliver a performance close to SPDK. io_uring is more effective when the queue depth is relatively high. 13. Enhanced commercial
    0 码力 | 21 页 | 948.66 KB | 1 年前
    3
  • pdf文档 openEuler 21.03 技术白皮书

    提高 DDR 持久性内存的性能。 12. 支持 io_uring:io_uring 是一个新的异步 IO 框架, 支持 polling 模式,在 polling 模式下,性能提升 显著,与 SPDK 接近,在队列深度较高时性能更好。 13. IMA 商用增强:在开源 IMA 方案基础上,增强安 全性、提升性能、提高易用性,助力商用落地。 14. 支持 per-task 栈检查:增强对
    0 码力 | 18 页 | 1.30 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 5.1.32 User Manual

    recording (cap- turing) levels • Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) • Mouse: double click was not working with a precision touchpad (bug #14632) • Linux #15189, #15925, #16170, #16682, #16794 and others) • Storage: fixed possible crash when using Intels SPDK • API: use the correct file name of the VM machine state if the VM settings directory is renamed when the VM is running • NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) • VBoxSVC: fixed a crash under rare circumstances 277 15 Change log • VBoxManage:
    0 码力 | 363 页 | 4.18 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 5.1.26 User Manual

    recording (cap- turing) levels • Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) • Mouse: double click was not working with a precision touchpad (bug #14632) • Linux #15189, #15925, #16170, #16682, #16794 and others) • Storage: fixed possible crash when using Intels SPDK • API: use the correct file name of the VM machine state if the VM settings directory is renamed when the VM is running • NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) • VBoxSVC: fixed a crash under rare circumstances • VBoxManage: added a sanity check
    0 码力 | 361 页 | 4.18 MB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    recording (cap- turing) levels • Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) • Mouse: double click was not working with a precision touchpad (bug #14632) • Linux #16170, #16682, #16794 and others) 297 15 Change log • Storage: fixed possible crash when using Intels SPDK • API: use the correct file name of the VM machine state if the VM settings directory is renamed, snapshots when the VM is running • NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) • VBoxSVC: fixed a crash under rare circumstances • VBoxManage: added a sanity check
    0 码力 | 387 页 | 4.27 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.0 User Manual

    recording (cap- turing) levels • Storage: fixed hang when using the emulated NVMe controller with the SPDK (bug #16945) • Mouse: double click was not working with a precision touchpad (bug #14632) • Linux #15189, #15925, #16170, #16682, #16794 and others) • Storage: fixed possible crash when using Intels SPDK • API: use the correct file name of the VM machine state if the VM settings directory is renamed when the VM is running • NVMe: fixed compatibility with the Storage Performance Development Kit (SPDK, bug #16368) • VBoxSVC: fixed a crash under rare circumstances • VBoxManage: added a sanity check
    0 码力 | 375 页 | 4.22 MB | 1 年前
    3
共 26 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
PFSSPDKStoragePerformanceDevelopmentKitOIDCNDAsiaSlideCurveFSCurve分布布式分布式存储设计Raft工程实践openEuler21.03技术白皮皮书白皮书OracleVMVirtualBox5.132UserManual265.240
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩