Feedback: Data Handling in Verse (UEFN)
I encountered issues such as hitches and crashes when attempting to create a database with 400+ entries in Verse using a Map<Key → Value> structure.
This raises a concern:
- In UEFN, there should ideally be a Data Table option that integrates directly with Verse.
- Such a feature would allow classes to access data tables stored on disk rather than relying on the server or RAM.
Key Points
- Current approach: Using Verse
Mapfor large datasets causes performance problems. - Suggested improvement: Introduce Data Tables in UEFN that Verse can reference.
- Benefit: Data would be read from disk, reducing memory load and improving stability.
Open Question
Is there any alternative way to create persistent databases in Verse that are stored on disk instead of RAM?