Skip to content

Commit

Permalink
Database section update
Browse files Browse the repository at this point in the history
  • Loading branch information
lahin31 committed Jul 24, 2024
1 parent 4c81b0b commit e5cd423
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### সূচিপত্র

- [Section 1: System Design](#section-1-system-design)
- [Section 2: Database - SQL and NoSQL](#section-2-database---sql-and-nosql)
- [Section 2: Database Engineering](#section-2-database-engineering)
- [Section 3: Client Server Architecture](#section-3-client-server-architecture)
- [Section 4: Reliability](#section-4-reliability)
- [Section 5: Performance Metrics](#section-5-performance-metrics)
Expand Down Expand Up @@ -57,7 +57,9 @@

(এই স্পেসিফিক সিস্টেম ডিজাইন মূলত ব্যাকএন্ড ইঞ্জিনিয়ারিং এর সাথে সম্পৃক্ত।)

## Section 2: Database - SQL and NoSQL
## Section 2: Database Engineering

সিস্টেম ডিসাইন করার সময় ডেটাবেস খুবই গুরুত্বপূর্ণ বিষয়। কোন কোন রকমের এপ্লিকেশন এর জন্য কোন কোন রকমের ডেটাবেস ব্যবহার করবেন, ডেটাবেসের টেবিলের স্ট্রাকচার কেমন, টেবিল কলাম এর ডেটা টাইপ, টেবিল size ইত্যাদি জানা আমাদের দরকার।

এপ্লিকেশন ডেভেলপ করার সময় আমাদের কাজ অনুযায়ী ডেটাবেস নির্বাচন করতে হয়। সাধারণত, আমরা প্রধান দুই ধরনের ডেটাবেস ব্যাবহার করে থাকি - SQL(রিলেশনাল) ডেটাবেস এবং NoSQL(নন-রিলেশনাল) ডেটাবেস। আমরা কেমন বা কোন ধরণের ডাটা ষ্টোর করতে চাই, কিভাবে ষ্টোর করতে চাই, আমাদের কাজের পদ্ধতি ইত্যাদি প্রয়োজন অনুযায়ী ডেটাবেস বাছাই করতে হয়। ডাটার ধরন অনুযায়ী ডেটাবেসগুলো আমাদের ভিন্ন ভিন্ন সুবিধা দিয়ে থাকে।

Expand Down

0 comments on commit e5cd423

Please sign in to comment.