mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
doc/website: migration to docosaurus v2 (#1384)
* WIP - migrating entgo.io to docosaurus v2 * organizing pages a bit to be better suited for v2 site structure * doc/website: finish migration to docusaurus v2 Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ will execute a query for getting their photos (50 queries), and another query fo
|
||||
each user has exactly 10 posts. Therefore, For each post (of each user), the server will execute another query for getting
|
||||
its comments (500). That means, we have `1+50+50+500=601` queries in total.
|
||||
|
||||

|
||||

|
||||
|
||||
## Ent Solution
|
||||
|
||||
|
||||
Reference in New Issue
Block a user