|
|
|
|
|
by dotborg
4984 days ago
|
|
you should start from giving some numbers i.e. you want it to work for 10mil documents, how ofter they will be updated etc. if it's less than 1mil and they are not updated frequently, you should go for postgres and have some fun with SQL, more data and increased concurrency means problems also in postgres, a lot of optimizing, materializing views and other fun problems to solve. |
|