问题标签 [hypertable]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - 爬虫存储系统所需的建议
我打算用 C++ 编写一个网络爬虫,它每天爬 N 个页面。主要问题是我对存储系统感到困惑。所以我需要一个分布式数据库来有效地存储我的爬网数据。谁能建议我满足条件的数据库?
c++ - 如何为超表构建 C++ thrift 库
我是超表的新手,我需要知道如何构建 C++ 客户端库以将超表集成到我的 cpp 程序中
c++ - 超表库链接问题
我已经安装了超表/opt/hypertable/current/
,我从超表运行了一个示例程序......
我收到了这个错误
我使用 eclipse CDT 进行开发,并使用项目进行链接Properties->c/c++build->setting->Libraries->LibrarySetPath(-L)
,并且我已将其标记为HyperCommon also in -l
我将其设置为/opt/hypertable/current/include/
任何人都可以告诉我您收到此错误...
mysql - 高性能数据库意见
我正在开发使用 MySql 数据库和 Hibernate 来访问它的软件。我遇到的问题是,当我查找 1 个关键字时,我已经使用了 40 000 个查询,并且我正在开发的应用程序应该能够处理多个关键字。
所以基本上我们正在处理一个充满字符串值的数据库,并且必须进行大量比较。现在,我使用过滤器将所有可能的匹配项加载到内存中,并在 java 代码中进行比较。这是高度递归且缓慢的。
所以很明显 MySql 和大多数 Hibernate 都不是要走的路。谁能提供一些关于哪个数据库可以提供更好性能的信息。我正在研究 Hypertable、MongoDb、Hbase、图形数据库……但我不确定该走哪条路。
请帮忙。谢谢
java - Java Hypertable 中的 Select 语句
我在 java 程序中使用超表(我知道它应该在 C++ 中使用)。
我想在 java 程序中使用 SELECT sql 查询。但我无法选择。结果来了null
。
请咨询我们是否可以在Java程序中使用SQL超表语句。如果是,请提供一些示例代码。
谢谢。
sql - Hypertable 诉 HBase 和 BigTable 诉 SQL
由于 Hypertable 和 HBase 似乎是两个主要的开源 BigTable 实现,这两个数据库之间的主要优缺点是什么?
此外,BigTable 和 SQL RDBMS 之间的主要优缺点是什么,以及在使用 Postgres 和 Hypertable 等传统 RDBMS 编写项目时,我可以期待哪些显着差异?
ruby - Fastest nosql option for number crunching?
I had always thought that Mongo had excellent performance with it's mapreduce functionality, but am now reading that it is a slow implementation of it. So if I had to pick an alternative to benchmark against, what should it be?
My software will be such that users will often have millions of records, and often be sorting and crunching through unpredictable subsets that are 10s or 100s of thousands. Most of the analysis of data that uses the full millions of records can be done in summary tables and the like. I'd originally thought Hypertable was a viable alternative, but in doing research I saw in their documents their mention that Mongo would be a more performant option, while Hypertable had other benefits. But for my application speed is my number one initial priority.
perl - 在 CGI 程序中访问 Hypertable 时权限被拒绝
我正在尝试使用Hypertable在 Perl 中开发 Web 应用程序。示例代码:
问题是尝试从 Web 浏览器执行时出现错误:
当从终端(在 apache 用户下)运行时,脚本可以正常工作,如果删除所有 Hypertable 代码,也可以在浏览器中正常工作。
我在 iptables 中打开了 38080 端口:
操作系统:Centos 5.6。
ruby-on-rails - Hypertable 迁移导致 Rails 2.3.8 出现问题
我在 HyperRecord 的前端使用 Hypertable db。我修复了一些错误。但是现在迁移让我陷入困境。当我进行迁移时,它会显示错误:
当我查看 rails actice_record 上的代码或 ruby 时。表明。
我试图通过在初始化中添加修复来删除这些功能。
然后它带有错误Nil value occurred while accepting array or hash
。为了修复它,我在修复代码中添加了新方法。
然后它出现了错误:
有没有人有一个想法,这是怎么回事?