Hacker News new | ask | show | jobs
by xxqs 5334 days ago
I wonder why nobody mentions that MongoDB supports x86 CPU architecture ONLY. It keeps unaligned data in its memory structures, and all operations are explicitly little-endian. So, no chance to get it running on any ARM, MIPS, PowerPC or SPARC
1 comments

There is a fork on github no os86 don't remember the name but is supposed to compile to arm
yes, I talked to the guy. The problem is, that the mainstream maintainers completely ignore the problem, so there's no official support anyway.