Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-B+-Trees #159

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

2024-B+-Trees #159

wants to merge 3 commits into from

Conversation

arber-hyseni
Copy link
Collaborator

No description provided.

@arber-hyseni arber-hyseni added the 2024: round 3 articles of round 3 label Dec 2, 2024
@carinaschrenk carinaschrenk changed the title add article for round 3 2024-B+-Trees Dec 3, 2024
@carinaschrenk
Copy link
Collaborator

Internal Feedback Round 3B from Google Poll 05.12-08.12

Thoughts

  • The illustration can be improved, it’s not giving much to the topic
  • Why attack the reader as being messy?
  • It is too technical
  • Missing context:
    • Why do we need that?
    • Is the remark with MySQL necessary?
    • Is MySQL clear for the readers?
  • Interesting topic

Ideas

  • Add a brief, non-technical explanation of how the B+ Tree structure works (e.g., "data is organized in sorted order, making it easy to search and update quickly").

A general comment:

Just because something is listed in the feedback, does not mean you have to implement it.
This list is simply a collection of everything commented in the google poll.
I tried to structure the comments and merge similar ones and count how often this point was mentioned.
If a comment says "I think", this is not me (Carina), but someone who commented on the poll.

@belle903
Copy link
Collaborator

External feedback:

Part of participants that are computer science students/graduates: 56 %
Part of participants that would read the booklet if it was not for this survey: 56 %

Clarity of the article:

  • Very clear: 22 %
  • Clear: 45 %
  • Not clear: 33 %

Technical vs. Non-technical:

  • Good balance between technical depth and readability: 67 %
  • The article was too technical: 33 %

Engagement:

  • I stayed engaged throughout: 67 %
  • I lost interest midway: 33 %

Structure of the article:

  • The structure is clear and easy to follow: 44 %
  • The structure was confusing: 56 %

Part of participants that understand the purpose of the article: 56 %

Part of participants that think the drawing illustrates the article: 67 %

Factual errors/inaccuracies or additional comments (example: the article is too long/short):

  • This article is too difficult for non-computer people
  • The title say "infamous" but the text does not say why.
  • The numbers in the image are actively confusing and do not seem to relate to B+ trees...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024: round 3 articles of round 3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants