Skip to content

Conversation

@Joduus
Copy link

@Joduus Joduus commented Nov 5, 2023

Hey can you check please?

Dont forget to add the Indexes for the best performance :)

-- Books
CREATE NONCLUSTERED INDEX idx_Books ON Books (AuthorId, Published) INCLUDE (Name)

-- Authors
CREATE NONCLUSTERED INDEX idx_Author ON Authors (Age, BooksCount DESC) INCLUDE (Id, Country, UserId)

Things done here:

  • Update to .net 8
  • Add SQL Server with Docker Compose
  • Optimize Query
  • Compile Query
  • Indexes added

image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant