[Question] Is there anyway to query "players whose total payment is greater than $10" ?
Open
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 2.1k
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 349
Description
Consider the following scenario:
1. Send an email to all players above level 20.
2. Query players whose total payment is greater than $10
I had read the microsoft's doc,it seems hard to query by Orleans persistence.Should I use the traditional relational tables to store these data?
Contributor guide
Assessment
This issue has not been assessed yet.