Facilitating Exploration with Interaction Snapshots under High Latency

Yifan Wu,Remco Chang,Joseph M. Hellerstein,Eugene Wu
DOI: https://doi.org/10.48550/arXiv.1806.01499
2020-09-06
Abstract:Latency is, unfortunately, a reality when working with large datasets. Guaranteeing imperceptible latency for interactivity is often prohibitively expensive: the application developer may be forced to migrate data processing engines or deal with complex error bounds on samples, and to limit the application to users with high network bandwidth. Instead of relying on the backend, we propose a simple UX design---interaction snapshots. Responses of requests from the interactions are asynchronously loaded in "snapshots". With interaction snapshots, users can interact concurrently while the snapshots load. Our user study participants found it useful not to have to wait for each result and easily navigate to prior snapshots. For latency up to 5 seconds, participants were able to complete extrema, threshold, and trend identification tasks with little negative impact.
Human-Computer Interaction
What problem does this paper attempt to address?