DataStore will support encryption in the near future.
https://android-review.googlesource.com/c/platform/frameworks/support/+/3935192
DataStore will support encryption in the near future.
https://android-review.googlesource.com/c/platform/frameworks/support/+/3935192
[ Blog ] Remove #Ceph #datastore from #Proxmox
To remove Ceph datastore from Proxmox several steps are involved, especially if you want to completely clear Ceph from your system.
Before proceeding, keep in mind that this process will permanently delete all data stored on the Ceph datastore. Make sure to have a working backup of any critical data before proceeding.
Migrate VM disks off http://rviv.ly/9WJn4b
Ахиллесова пята SharedPreferences и стоит ли внедрять Datastore как альтернативу
Проблему SharedPreferences можно описать несколькими словами: ANR, блокировка перехода между экранами, явное нарушение стрик мода в Android SDK по работе в главном потоке. В чем проблема с SharedPreferences и решит ли ее Datastore - узнаем в этой статье. Узнать подробности
olu 0.9.0 RELEASED
olu is a JSON document store with automatic graph relationships.
Repo:
https://github.com/ha1tch/olu
Manual
https://github.com/ha1tch/olu/blob/main/MANUAL.md
Release binaries:
https://github.com/ha1tch/olu/releases/tag/v0.9.0
Use cases:
Features
New in 0.9.0:
250+ unit tests, stress tests with race detector, 17 Docker integration tests. Redis cache at 36K ops/sec.
#olu #database #json #golang #foss #datastore #graph #graphdb #REST
Một lập trình viên vừa phát triển DataStore4J, một key-value datastore hiệu năng cao viết hoàn toàn bằng Java, lấy cảm hứng từ LevelDB của Google. Hiệu suất tương đương LevelDB. Dự án này giúp học hỏi về internals của database, concurrency của Java, JMH để benchmark và Jimfs để test.
#java #database #datastore #leveldb #lập_trình #cơ_sở_dữ_liệu
https://www.reddit.com/r/programming/comments/1nhdu6k/built_a_highperformance_keyvalue_datastore_in/
And now the compiler is shouting at me that it cannot find a reference on this line: `import androidx.datastore.preferences.core.edit`, and all I did was to update DataStore from 1.1.4 to 1.1.5.
Phew... going back down to 1.1.4 did help.
I cannot see anything in the release notes for 1.1.5 (or 1.1.4) that would explain that.