NO no Account is not just a database , whose history is traced and logged .

In this second week of #100daysofsolana , i got got introduced with the concept of account . I learned it by contrasting with the database of web2 .
However , i am aware that Solana’s account model is not replacement for web2 database, rather it’s so…


This content originally appeared on DEV Community and was authored by NIRANJAN LAMICHHANE

In this second week of #100daysofsolana , i got got introduced with the concept of account . I learned it by contrasting with the database of web2 .
However , i am aware that Solana's account model is not replacement for web2 database, rather it's solving a different problem: storing state in a system where no single entity has control, reads are public, and writes require cryptographic authorization.
On Solana, "every account is an open book the moment it exists". You can query any program address on the internet and instantly see its balance, owner, executable flag, and transaction history—no API key, no permission, no credentials.
In a normal app, our code checks if a user is allowed to edit something. On Solana, the system itself blocks anyone except the account's owner from making changes. To update an account, we must prove you own it by signing the transaction.
In a regular database, we can ask for related data with a JOIN. On Solana, accounts cannot query each other. If we need connected information, we fetch each account individually and combine them in your own code. This sounds old‑fashioned, but it's one reason Solana runs so fast.


This content originally appeared on DEV Community and was authored by NIRANJAN LAMICHHANE


Print Share Comment Cite Upload Translate Updates
APA

NIRANJAN LAMICHHANE | Sciencx (2026-05-04T13:36:21+00:00) NO no Account is not just a database , whose history is traced and logged .. Retrieved from https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/

MLA
" » NO no Account is not just a database , whose history is traced and logged .." NIRANJAN LAMICHHANE | Sciencx - Monday May 4, 2026, https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/
HARVARD
NIRANJAN LAMICHHANE | Sciencx Monday May 4, 2026 » NO no Account is not just a database , whose history is traced and logged .., viewed ,<https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/>
VANCOUVER
NIRANJAN LAMICHHANE | Sciencx - » NO no Account is not just a database , whose history is traced and logged .. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/
CHICAGO
" » NO no Account is not just a database , whose history is traced and logged .." NIRANJAN LAMICHHANE | Sciencx - Accessed . https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/
IEEE
" » NO no Account is not just a database , whose history is traced and logged .." NIRANJAN LAMICHHANE | Sciencx [Online]. Available: https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/. [Accessed: ]
rf:citation
» NO no Account is not just a database , whose history is traced and logged . | NIRANJAN LAMICHHANE | Sciencx | https://www.scien.cx/2026/05/04/no-no-account-is-not-just-a-database-whose-history-is-traced-and-logged/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.