Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hashmak_jsn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hashmak_jsn
7mo ago
why should i select cysqlite ? if there are existing ones: https://docs.python.org/3/library/sqlite3.html
2.
▲
by
hashmak_jsn
7mo ago
I discourage coding sqlite in Rust, Here are the reasons that sqlite developers mentioned: - Rust needs to mature a little more, stop changing so fast, and move further toward being old and boring. - Rust needs to demonstrate that it can be
3.
▲
by
hashmak_jsn
7mo ago
I did not get this project , what is the main usecase for this project?
4.
▲
by
hashmak_jsn
7mo ago
nice project, S3lite can work on all platforms? Linux/Windows/Mac? also what is the internal architecture of s3lite? As far as I know sqlite using b-tree not b+tree , what is reason behind selecting b+ tree ?
5.
▲
by
hashmak_jsn
1y ago
thanks for suggestion,I will compare with other no sql database.
6.
▲
by
hashmak_jsn
1y ago
you can run it. we validated it by injecting 1 million documents. we don’t face any issue. and please feel free to raise issue in github.
7.
▲
by
hashmak_jsn
1y ago
Good point — just to clarify, the "279x" number isn’t about parallel deletes. The parallel test runs a mix of operations (insert, query, update, delete) across multiple threads. Each thread works on its own document range to simul
8.
▲
by
hashmak_jsn
1y ago
yeah anu is everywhere
9.
▲
by
hashmak_jsn
1y ago
sure, that would be next item. thanks for suggestion
10.
▲
by
hashmak_jsn
1y ago
Thanks for the thoughtful and constructive feedback — you're absolutely right that this isn't a strict apples-to-apples comparison. Our aim was to evaluate practical performance in edge workloads, especially for MQTT-style use cas
11.
▲
by
hashmak_jsn
1y ago
SQLite is faster at insertion/updation/delete operations..
12.
▲
Show HN: AnuDB– Backed on RocksDB, 279x Faster Than SQLite in Parallel Workloads
(github.com)
22 points
by
hashmak_jsn
1y ago
|
14 comments
13.
▲
Show HN: AnuDB – A RocksDB-Backed Embedded Database for Pi (With Benchmark)
(github.com)
1 points
by
hashmak_jsn
1y ago
|
0 comments
14.
▲
Show HN: AnuDB – Embedded database with native MQTT support for IoT/AI use cases
(github.com)
5 points
by
hashmak_jsn
1y ago
|
0 comments
15.
▲
by
hashmak_jsn
1y ago
Added example files demonstrating the usage of AnuDB.
16.
▲
by
hashmak_jsn
1y ago
I am currently expanding the example repository for AnuDB at https://github.com/hash-anu/AnuDB/tree/main . Additional example files are being added to help you gain a comprehensive understanding of AnuDB'
17.
▲
by
hashmak_jsn
1y ago
Yes, I am using an older rocksdb version 6.29.5 that was released in 2022. The main reason for this choice is that many embedded products still rely on C++11 for application development.Additionally, it offers backward compatibility, making
18.
▲
Show HN: AnuDB – An experimental C++ document store using RocksDB
(github.com)
4 points
by
hashmak_jsn
1y ago
|
5 comments