Questions tagged [hamsterdb]

Hamsterdb is a transactional key-value database. It stores your data like modern column stores do – compact and optimized for analytical functions. hamsterdb is very fast, highly configurable, production proof and easy to use.

3 questions
1
vote
0 answers

Error HamsterDB in Make

I want install HamsterDB for lessfs, i do ./configure and was ok , but when i write command Make , show below errors, can you help me,Please? anyone work with lessfs and hamsterdb? [root@localhost hamsterdb-2.1.9]# make make all-recursive make[1]:…
saeed
  • 11
  • 1
1
vote
2 answers

What database is really fast on write to disk?

i'm working on a biology software that generates some millions of strings (formed by nucleotide bases, A-G-C-T) of length usually bigger than 30 chars. It was written C. I need a database to store this data on disk fast enough to don't create a…
Pedro Alves
  • 1,667
  • 4
  • 17
  • 37
0
votes
1 answer

Inserting a value in HamsterDB with HAM_OVERWRITE

If I insert a value into a HamsterDB database with the flag HAM_OVERWRITE, what is the effect when the key doesn't already exists? I am keeping track of the highest serial number in my program and persisting it in a HamsterDB database: if (serial >…
Anthony
  • 12,177
  • 9
  • 69
  • 105