关于VoltDB--全球最快的分布式内存数据库

    十天前参加了VoltDB产品在线研讨会,并关注VoltDB实时内存数据库产品,今天收到VoltDB中国区市场负责人的VoltDB数据库产品试用邀请,按照VoltDB快速入门手册,进行了VoltDB的产品安装试用体验。

     VoltDB官网提供的简介: VoltDB是全球最快的内存型数据库,它继承了传统关系数据库的强一致性要求,又提供了互联网云上部署的能力和分布式 数据库的横向扩展能力。VoltDB通过将数据库全部保存在内存中的方法,消除了大量的数据和日志的磁盘存取操作,通过单线程的方式,消除了磁盘锁和记录锁;通过数据库分片技术,让数据库支持高并发请求;通过分布式集群支持数据库横向扩展。其查询速度达到传统数据库的100倍以上。

    VoltDB官网提供的案例, VoltDB已经广泛使用的案例有:

    金融行业实时风控,合规管理与实时交易系统,如招商银行,交通银行,马拉西亚股票交易所等100多家全球金融机构等;

    电信行业实时计费、即时精准营销、实时电信反欺诈等,如中国移动,T-Mobile,AT&T等全球运行商等100多家全球电信运行商等;

    IOT(物联网)的实时设备预警,实时监控等,如戴姆勒集团,CGI等诸多大型智能制造、信息服务的用户或者合作伙伴等。

    全球有五百家以上大型组织或者企业都在选择VoltDB分布式内存数据库产品,广泛分布在金融,电信,物联网,5G(实验网),互联网,智能制造等行业,支持的具体业务应用从实时交易到实时分析等场景。


    从VoltDB官网下载安装包https://www.voltdb.com/try-voltdb/,下载voltdb-ent-8.4.2.tar到本地并进行解压缩。本文的系统环境是windows10系统+linux Ubuntu子系统,在linux Ubuntu子系统上安装启动VoltDB。

     VoltDB安装体验步骤:

  • voltdb-ent-8.4.2.tar解压缩

tar -vxzf voltdb-ent-8.4.2.tar.gz
  • voltdb初始化工作目录

voltdb init
  • 启动voltdb数据库

voltdb start
  • voltdb Web管理中心   

http://localhost:8080/

具体运行脚本如下:

duanzhihua@duanzhihua:/mnt/g/setupTools$ ls | grep voltvoltdb-ent-8.4.2.tar.gzduanzhihua@duanzhihua:/mnt/g/setupTools$ tar -vxzf voltdb-ent-8.4.2.tar.gzvoltdb-ent-8.4.2/.....voltdb-ent-8.4.2/third_party/python/schemaobject/setup.pyvoltdb-ent-8.4.2/version.txtvoltdb-ent-8.4.2/README.thirdparty
duanzhihua@duanzhihua:/mnt/g/setupTools$ cd voltdb_testduanzhihua@duanzhihua:/mnt/g/setupTools/voltdb_test$ pwd/mnt/g/setupTools/voltdb_testduanzhihua@duanzhihua:/mnt/g/setupTools/voltdb_test$ /mnt/g/setupTools/voltdb-ent-8.4.2/bin/voltdb initWhen using the INIT command, some deployment file settings (hostcount and voltdbroot path) are ignoredInitialized VoltDB root directory voltdbrootduanzhihua@duanzhihua:/mnt/g/setupTools/voltdb_test$ lsvoltdbrootduanzhihua@duanzhihua:/mnt/g/setupTools/voltdb_test$ /mnt/g/setupTools/voltdb-ent-8.4.2/bin/voltdb startInitializing VoltDB...
_ __ ____ ____ ____| | / /___ / / /_/ __ \/ __ )| | / / __ \/ / __/ / / / __ || |/ / /_/ / / /_/ /_/ / /_/ /|___/\____/_/\__/_____/_____/
--------------------------------
Build: 8.4.2 voltdb-8.4.2-0-g5432e5b-local Enterprise EditionLicensed to: VoltDB Trial UserLoaded node-specific settings from voltdbroot/config/path.propertiesConnecting to VoltDB cluster as the leader...Host id of this node is: 0Starting a new database clusterWARN: User authentication is not enabled. The database is accessible and could be modified or shut down by anyone on the network.Starting VoltDB with trial license. License expires on Apr 15, 2019 (33 days remaining).Initializing the database and command logs. This may take a moment...WARN: This is not a highly available cluster. K-Safety is set to 0.Server Operational State is: NORMALServer completed initialization.


Voltdb Web管理中心页面:

关于VoltDB--全球最快的分布式内存数据库_第1张图片



欢迎关注微信公众号:“从零起步学习人工智能”。

关于VoltDB--全球最快的分布式内存数据库_第2张图片

喜欢我们发布的信息,就在右下角点一下“好看”吧!欢迎转发分享!


你可能感兴趣的:(关于VoltDB--全球最快的分布式内存数据库)