Skip to content
#

phoenix

Here are 1,400 public repositories matching this topic...

papercups
reichert621
reichert621 commented Dec 7, 2020

Problem
We currently fetch ALL conversation records when we hit the ChatApi.Conversations.list_conversations_by_account/2 method (i.e. we set no limit or offset in our query, nor do we have cursors or anything like that)

This will not scale very well as more and more data gets added.

Solution
To start off, let's do the following:

  • Implement another version of `ChatApi.Conve

Improve this page

Add a description, image, and links to the phoenix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phoenix topic, visit your repo's landing page and select "manage topics."

Learn more