Opened 15 years ago
Closed 14 years ago
#2284 closed task (wontfix)
Benchmark Scalability of Dojo Storage
Reported by: | bradneuberg | Owned by: | bradneuberg |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Storage/Flash | Version: | 0.4.1 |
Keywords: | dojo storage scalability performance | Cc: | |
Blocked By: | Blocking: |
Description
I'd like to have some hard numbers of how the FlashStorageProvider? and WhatWGStorageProvider scale cross platform. Here are the questions I'd like to know:
- How many keys can I store in Dojo Storage before it falls over (i.e. the browser locks up, performance puting() or geting() keys goes infinite, etc.)? 10 keys? 100? 1000? 10,000?
- How does the size of each record affect how many keys can be in Dojo Storage?
This should also help me answer the following question:
Let's say I have 1000 emails. Should I create 1000 keys for each of the emails to store in Dojo Storage, or store them as one key in Dojo Storage named "emails"?
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Marking as WONTFIX because the GearsStorageProvider? gives me excellent scalability if needed around lots of records.