杉岩:以对象存储为底座,双中心读写加速业务提效

基于NAS的双中心架构掣肘业务发展

随着监管日趋严格,为了满足数据集中治理和灵活灾备的要求,多数金融机构(尤其中小型金融机构)采用主备双中心运营架构。由于IT架构演进的历史性,现有的IT基础设施多采用传统NAS作为底层存储,本地部署NAS承载生产业务,异地部署NAS实现容灾备份。

在这里插入图片描述

图1.基于传统NAS的双中心架构

在双中心架构下,由于NAS只支持主备模式,部署在灾备中心的业务数据需要跨中心写入到主NAS,容易造成单点压力过大、带宽不足;而且读数据时同样无法本地读取,业务响应慢。另外,随着互联网业务增多,非结构化数据激增,NAS的性能瓶颈、扩容复杂等常被诟病的痛点同样凸显。寻求更具弹性和未来就绪能力的存储底座,成为金融机构的普遍诉求。

对象存储当底座,双中心读写加速业务提效

对比传统NAS,对象存储在应对海量非结构化数据(如金融影像)管理难题有着天然优势,这已经得到了业界共识。在解决双中心架构下数据近端读写问题上,对象存储同样交上了一份令人满意的答卷。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,以下是使用xacro编写一个正方体底座、两个驱动轮和两个万向轮的代码: ```xml <?xml version="1.0"?> <robot xmlns:xacro="http://ros.org/wiki/xacro" name="robot_base"> <!-- Define the dimensions of the square base --> <xacro:property name="length" value="0.5"/> <xacro:property name="width" value="0.5"/> <xacro:property name="height" value="0.1"/> <!-- Define the base link --> <link name="base_link"> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <box size="${length} ${width} ${height}"/> </geometry> <material name="white"> <color rgba="1 1 1 1"/> </material> </visual> </link> <!-- Define the left drive wheel --> <joint name="left_wheel_joint" type="continuous"> <origin xyz="-0.25 0 -0.05" rpy="0 0 0"/> <parent link="base_link"/> <child link="left_wheel_link"/> <axis xyz="0 1 0"/> </joint> <link name="left_wheel_link"> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <cylinder radius="0.1" length="0.05"/> </geometry> <material name="red"> <color rgba="1 0 0 1"/> </material> </visual> </link> <!-- Define the right drive wheel --> <joint name="right_wheel_joint" type="continuous"> <origin xyz="0.25 0 -0.05" rpy="0 0 0"/> <parent link="base_link"/> <child link="right_wheel_link"/> <axis xyz="0 1 0"/> </joint> <link name="right_wheel_link"> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <cylinder radius="0.1" length="0.05"/> </geometry> <material name="red"> <color rgba="1 0 0 1"/> </material> </visual> </link> <!-- Define the left castor wheel --> <joint name="left_castor_joint" type="continuous"> <origin xyz="-0.25 0 0.05" rpy="0 0 0"/> <parent link="base_link"/> <child link="left_castor_link"/> <axis xyz="0 1 0"/> </joint> <link name="left_castor_link"> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <sphere radius="0.05"/> </geometry> <material name="gray"> <color rgba="0.5 0.5 0.5 1"/> </material> </visual> </link> <!-- Define the right castor wheel --> <joint name="right_castor_joint" type="continuous"> <origin xyz="0.25 0 0.05" rpy="0 0 0"/> <parent link="base_link"/> <child link="right_castor_link"/> <axis xyz="0 1 0"/> </joint> <link name="right_castor_link"> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <sphere radius="0.05"/> </geometry> <material name="gray"> <color rgba="0.5 0.5 0.5 1"/> </material> </visual> </link> <!-- Define the robot --> <robot> <link name="base_link"/> <joint name="left_wheel_joint"/> <link name="left_wheel_link"/> <joint name="right_wheel_joint"/> <link name="right_wheel_link"/> <joint name="left_castor_joint"/> <link name="left_castor_link"/> <joint name="right_castor_joint"/> <link name="right_castor_link"/> </robot> </robot> ``` 这个代码会创建一个名为 "robot_base" 的机器人,其中包含一个名为 "base_link" 的正方体底座。机器人还包含两个驱动轮(名为 "left_wheel_link" 和 "right_wheel_link")和两个万向轮(名为 "left_castor_link" 和 "right_castor_link")。驱动轮和万向轮的位置可以通过修改 "xyz" 属性来调整。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值