问题标签 [tarantool]
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.
tarantool - 为什么索菲亚没有启动?
当我使用 tarantool (memtx) 时一切正常,但是当我尝试在 sophia 上运行时 - 它不起作用;(
内存:
为什么索菲亚不起作用?
mysql - tarantool 对 OpenVZ 有帮助吗?
我有一个小的 OpenVZ 容器。2 个内核和 4096MB RAM。
我有 mysql 数据库(总大小为 80MB InnoDb)
当我执行 100 个查询(例如 INSERT ON DUPLICATE KEY UPDATE)时,很少有人执行超过 1 秒,总是
当我关闭二进制日志时,它有所帮助。所以问题可能出在硬盘上。并且在查询执行期间写入二进制日志时发生。
如果我用 tarantool 替换 mysql 会有帮助吗?据我所知 tarantool 也写二进制日志。
我有 percona mysql
这是my.cnf
tarantool - 我如何像在 mysql 中一样执行对 tarantool 的请求?
我需要从 tarantool 所有数据中选择一个空格中的两个值。我如何像在 mysql 中一样执行对 tarantool 的请求?
现在我可以提出两个请求:
但我不知道如何将结果合并为一个;(
openresty - Tarantool 如何嵌入到 OpenResty 中?
Openresty有一个用于指定 LuaJIT 路径的选项。NGXIN/Lua 模块对每个请求使用协程。但是,Tarantool 使用Fibers 而不是 Co-routines。
这是否意味着您必须创建一个使用 Tarantool 的 Fibers的自定义lua-nginx-module ?
或者还有其他原因为什么不应该将 Tarantool 嵌入到 Openresty/NGINX 中以用于小型应用程序(即没有多机设置)?
php - 我如何在 php 中使用 tarantool 队列?
有一个 php 库https://github.com/tarantool-php/queue,但它需要 ext-tarantool,所以有没有纯 php 编写的活动可维护库,它允许我们在 php 5.6 或 7 中使用 tarantool queue ? 或者是否有任何现成的包可供centos 为php5.6 安装ext-tarantool?
yum install php-tarantool
给出以下不兼容错误
tarantool - Tarantool sphia 选择缓慢?
使用 tarantool 版本: Tarantool 1.6.8-586-g504e151 它是从 epel 安装的。我在 sphia 模式下使用 tarantool:
我有 500.000 条记录并提出选择请求:
box.space.logs:select({'log_data'})
大约需要1分钟。为什么这么慢 ?
tarantool - tarantool 长 WAL 写入
使用 tarantool,为什么我会记录这些奇怪的消息:
php - Tarantool 有 PHP 7 的连接器吗?
我想在新的 PHP 7 中使用 Tarantool。我在这里找到了一个驱动程序https://github.com/tarantool/tarantool-php,但它只适用于 PHP 5。
freebsd - Tarantool 1.6 不监听 ipv4 地址
我正在使用 freebsd 10 并尝试设置 tarantool 1.6。使用 pkg 安装并创建默认示例实例:
现在它通过 rc.d 成功启动,但它只监听 ipv6:
它只听 ipv6 有点奇怪*:3301
。我看不到在实例配置文件中设置监听 ip 或协议的选项:
这就是我在ifconfig
:
所以问题是:如何设置 IPv4 监听以及如何限制要监听的地址列表?
tarantool - Does Sophia key-value storage support multi-process access?
I can not find any mention of this feature on the official site of Sophia