Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
将数据从 Aerospike 获取到 SQL Server 的选项有哪些?我假设导出到一个平面文件,然后导入到 SQL Server。还有其他人吗?
最好的方法是使用asbackup从 Aerospike 导出数据,然后编写一个解析器将所需的数据转储到 SQL 或任何其他地方,根据备份转储所需的格式。
Aerospike 的备份 以人类可读的格式转储数据。可以相应地解析相同的内容并将其转储到 MySQL 中。