Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions api-reference/graphql-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ Query complexity is calculated based on:
The API implements adaptive caching with real-time blockchain data invalidation:

- **Hot queries** (>5 hits): 1 hour cache
- **Recent data** (<24h): 5 min cache
- **Recent data** (&lt;24h): 5 min cache
- **Historical data**: 24 hour cache
- **Aggregations**: 30 min cache
- **Real-time invalidation**: Checks for new blockchain data every 60s
Expand All @@ -1086,9 +1086,9 @@ Cache hit rate is typically >70% for historical queries.
## Performance

**Expected Response Times:**
- Simple queries: <100ms p95
- Complex queries: <1s p95
- Aggregations: <2s p95
- Simple queries: &lt;100ms p95
- Complex queries: &lt;1s p95
- Aggregations: &lt;2s p95

**Concurrency:**
- Handles 1000+ concurrent requests
Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"error-handling",
"rate-limiting",
"supported-protocols",
"faqs"
"faq"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ description: "Frequently asked questions about SolixDB API"
<Accordion title="What's the query performance like?">
With our smart caching and connection pooling:
- Historical queries: >70% cache hit rate
- Average query time: <100ms for cached queries
- Average query time: &lt;100ms for cached queries
- Supports 1000+ concurrent requests
- Scales to 200 database connections
</Accordion>
Expand Down
14 changes: 7 additions & 7 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
]
}
],
"anchors": [
{
"anchor": "GitHub",
"href": "https://github.com/SolixDB",
"icon": "github"
}
],
"anchors": [
{
"name": "GitHub",
"url": "https://github.com/SolixDB",
"icon": "github"
}
],
"logo": {
"light": "/logo/logo.png",
"dark": "/logo/logo.png"
Expand Down
2 changes: 1 addition & 1 deletion rate-limiting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const transactions = await getCachedData(
<Info>
The API implements adaptive caching:
- Hot queries (>5 hits): 1 hour cache
- Recent data (<24h): 5 min cache
- Recent data (&lt;24h): 5 min cache
- Historical data: 24 hour cache
- Aggregations: 30 min cache
</Info>
Expand Down
2 changes: 1 addition & 1 deletion support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To help us help you faster, please include:
|------|---------------|
| Free | 24-48 hours |
| x402 | 12-24 hours |
| Enterprise | <4 hours (business days) |
| Enterprise | &lt;4 hours (business days) |

<Note>
Response times are estimates and may vary based on issue complexity and volume.
Expand Down