排序
Functions as Queries @ SwayDB
Functions as Queries @ SwayDB,Conditional updates & deletes are performed by submitting any Java, Scala, Kotlin or any native JVM code/function. There is no query language. Bei...
Caching & IOStrategy @ SwayDB
Caching & IOStrategy @ SwayDB,We all know that Memory IO is 50-200 times faster than Disk IO! Caching plays a decent role in boosting read and compaction performance but some machi...
Compression @ SwayDB
Compression @ SwayDB,Enabling full compression can reduce data size by 89.3%! Compression is important for performance because more data can be stored & read into memory within...
Hash-Index @ SwayDB
Hash-Index @ SwayDB, Hash-index @ SwayDB Hash-indexes improves random read performance by 55%! Hash-indexes like HashSet or HashMap are useful for serving random read requests. The...