Skip to content

Docs/dbms indexing query recovery#41

Open
codewithzubair07 wants to merge 3 commits into
pushkarscripts:mainfrom
codewithzubair07:docs/dbms-indexing-query-recovery
Open

Docs/dbms indexing query recovery#41
codewithzubair07 wants to merge 3 commits into
pushkarscripts:mainfrom
codewithzubair07:docs/dbms-indexing-query-recovery

Conversation

@codewithzubair07
Copy link
Copy Markdown
Contributor

Closes #10

Changes

  • ch6: Indexing and Hashing (dense/sparse index, B+ Tree, static/dynamic hashing)
  • ch7: Query Processing and Optimization (pipeline, join algorithms, heuristics)
  • ch8: Recovery and Security (log-based recovery, WAL, checkpoints, shadow paging, SQL injection)

Notes

  • Completes all 9 DBMS chapters (ch0–ch8)
  • Follows existing subject structure
  • Beginner-friendly with examples and exam tips

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 16, 2026

@jannatfirdous07 is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

@pushkarscripts
Copy link
Copy Markdown
Owner

Update app\components\subjects.tsx file as well for it to be complete.

// Update this line
const available = ["ep", "c", "em1", "em2", "oops", "dsc", "os", "ml", "dops"];

@pushkarscripts pushkarscripts added documentation Improvements or additions to documentation gssoc-26 Part of GirlScript Summer of Code 2026 gssoc:approved Approved for GSSOC '26 labels May 20, 2026
@pushkarscripts
Copy link
Copy Markdown
Owner

Update components/sidebar.tsx and [chapter]/page.tsx components.

Other than that, everything else looks good to me.

@pushkarscripts
Copy link
Copy Markdown
Owner

Checking in on this @codewithzubair07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation gssoc:approved Approved for GSSOC '26 gssoc-26 Part of GirlScript Summer of Code 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Add documentation for DBMS subject

3 participants