积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(22)存储(22)

语言

全部中文(简体)(16)zh(3)西班牙语(1)日语(1)zh-cn(1)

格式

全部PDF文档 PDF(22)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 22 个.
  • 全部
  • 系统运维
  • 存储
  • 全部
  • 中文(简体)
  • zh
  • 西班牙语
  • 日语
  • zh-cn
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Curve支持S3 数据缓存方案

    CURVEFS_ERROR AllocS3ChunkId(uint32_t fsId); CURVEFS_ERROR GetInode(uint64_t inodeId, Inode *out); private: S3Client *client_; uint64_t blockSize_; uint64_t chunkSize_; std::string metaServerEps_; GetNextFileCacheManager(); void InitMapIter();© XXX Page 6 of 9 bool FsCacheManagerIsEmpty(); private: std::unordered_map fileCacheManagerMap_; // first is inodeid std::unordered_map ::iterator void ReleaseChunkCacheManager(uint64_t index); void ReleaseCache(); CURVEFS_ERROR Flush(); private: uint64_t fsId_; uint64_t inode_; std::map chunkCacheMap_; // first is index
    0 码力 | 9 页 | 179.72 KB | 6 月前
    3
  • pdf文档 CurveFS S3本地缓存盘方案

    */ void TrimRun(); /** * @brief: stop trim thread. */ void TrimStop(); private: curve::common::Thread backEndThread_; curve::common::Atomic isRunning_; curve AsyncUploadRun(); /** * @brief: stop aync upload thread. */ void AsyncUploadStop(); private: curve::common::Thread backEndThread_; curve::common::Atomic isRunning_; // cu client rebootload all the file that store in disk. */ int loadAllCacheReadFile() {}; private: std::string CacheReadDir_;© XXX Page 8 of 9 }; 方案设计思考 本地硬盘如何管理 借用linux本地文件系统进行管理,存储进本地硬盘的内容以文件的形式来表现。
    0 码力 | 9 页 | 150.46 KB | 6 月前
    3
  • pdf文档 CurveFs 用户权限系统调研

    /**© XXX Page 10 of 33 * Initialize filesystem * * The return value will passed in the private_data field of * fuse_context to all file operations and as a parameter to the * destroy() method kernel to preemptively fill its caches * when it anticipates that userspace will soon read more * data.© XXX Page 12 of 33 * * Asynchronous direct I/O requests are generated if * FUSE_CAP_ASYNC_DIO /dev/sdk dumpe2fs 1.43.4 (31-Jan-2017) Filesystem volume name: Last mounted on: /data/chunkserver16 Filesystem UUID: 5ba783e9-44bd-49ce-b8bc-b7ba0ef33531 Filesystem magic number:
    0 码力 | 33 页 | 732.13 KB | 6 月前
    3
  • pdf文档 Curve文件系统元数据管理

    uint64_t length; // bool used; // // TODO: }; class Inode { public: Inode(); private: InodeId inode; uint64_t fsId; // uint32_t btime; /* birth / create time */ uint32_t *inode); void Delete(const InodeKey &key); void Update(const Inode &inode); int Count(); private: // Inodefsid + inodeid key std::unordered_map inodeMap_; // inode Dentry &dentry); DentryKey GetKey(InodeId parentId, std::string &name); int Count(); private: // dentryfsid + parentid + namekey std::unordered_map dentryRecordMap_;
    0 码力 | 24 页 | 204.67 KB | 6 月前
    3
  • pdf文档 CurveFS对接S3方案设计

    buf); int read(Inode *inode, uint64_t offset, uint64_t length, char* buf); private: S3Client* client_; uint64_t blockSize_; uint64_t chunkSize_; }; //s3 class S3Client { auto id = chunkId_.fetch_add(1, std::memory_order_relaxed); return id; } private: std::atomic chunkId_;© XXX Page 10 of 11 }; 关键流程 关键流程包括S3ClientAdaptor的init,wr
    0 码力 | 11 页 | 145.77 KB | 6 月前
    3
  • pdf文档 Curve文件系统元数据持久化方案设计

    on_snapshot_load // ... private: std::string EncodeJournal(OpType opType, const std::string& key, const std::string& value=""); bool WriteJournal(const std::string& message); private: map
    0 码力 | 12 页 | 384.47 KB | 6 月前
    3
  • pdf文档 CurveBS IO Processing Flow

    overall architecture, data organization and topology structure of CURVE. CurveBS uses the central node Metadata Server (MDS) to manage virtual disk mapping and data replicas distribution. persists the data in ETCD l Collect cluster status and schedule. 2. Chunkserverl Responsible for data storage l Multi-replicas consistency 3. The client l Provides read and write data interfaces metadata l Interacts with the chunkServer to read and write data 4. Snapshotcloneserver l Independent of core services l Snapshot data is stored in object storage which supports S3 apis. Therefore
    0 码力 | 13 页 | 2.03 MB | 6 月前
    3
  • pdf文档 Estimation of Availability and Reliability in CurveBS

    protocol to maintain consistency of stored data. It generally takes the form of 3 replicas of data. If one replica fails, the system can read and write data successfully on the other two replicas. When Assume that the total number of disks in Curve system is N, the number of replicas is R, and the data recovery Time in the case of failed disks is T. The Annual Failure Rate of disks is AFR, and the the data on one disk is distributed in about 50 copysets, which means when a disk fails, up to 50 other disks will restore the data on that disk at the same time. According to this, the data recovery
    0 码力 | 2 页 | 34.51 KB | 6 月前
    3
  • pdf文档 Curve for CNCF Main

    high performance cloud native file systemUse Cases • Container • Database • Data apps(middleware/bigdata/ai) • Data backupContainer • Aggregates underlying storage in the cloud (AWS EBS, AWS S3 container-native storageDatabase • Database services orchestrated in the cloud • Curve can backup / sync data to slave cloud • When master cloud failure happens, Database service can move to the slave access data by POSIX interface • Infrequent data is moved to OSS, and frequent data is moved to high speed storage transparentlyData backup • Curve (CurveBS, CurveFS) can backup data to remote
    0 码力 | 21 页 | 4.56 MB | 6 月前
    3
  • pdf文档 OID CND Asia Slide: CurveFS

    Problems for stateful apps ○ storage capacity expansion ○ capacity imbalance ○ apps bundled with data locations ● Requirements for elastic block storage ● Requirements for file systemopen-source storage cluster with 1200 disks (each have MTBF 1.2 million hours) 3 replicas Restore data on a disk within 5 minutes Data availability of 6 nines can be achievedCloud native Support Currently we offer algorithm ● Raft Consistency protocol High performance ● pre-created file pool ● data strip like RAID ● Zero data copy ● RDMA Cloud NativeCluster topology The physical pool is used to physically
    0 码力 | 24 页 | 3.47 MB | 6 月前
    3
共 22 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Curve支持S3数据缓存方案CurveFS本地CurveFs用户权限系统调研文件文件系统管理数据管理对接设计方案设计持久CurveBSIOProcessingFlowEstimationofAvailabilityandReliabilityinforCNCFMainOIDCNDAsiaSlide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩