Thank you, Benny. We will try it and let you know.
On Sat, Jan 16, 2021 at 5:48 PM Benny M wrote:
> Ram,
> These are all pieces to a puzzle. Indexing, ORM optimization and through
> tables all add up to an efficient page render. Additionally, you could
> consider caching some of your results, us
Ram,
These are all pieces to a puzzle. Indexing, ORM optimization and through tables
all add up to an efficient page render. Additionally, you could consider
caching some of your results, using a key like ‘postal code’ - some sort of
constant that you could use as a metric/pivot. Use a cron job
Hi,
We have a similar type of challenge in our project. We will definitely try
indexing.
Basically we are currently doing like this.
1. Registered users can post an ad in Classifieds by uploading 4 - 6 images
per ad. All the ads are placed in one postgres db table. (classifieds table)
2. Same u
3 matches
Mail list logo