Sobes.tech

We understood that we do not have an index, so we created an index. In what situations might this index not work?

126

What architecture is needed for an internet store support agent if all the infrastructure (chat, backend) is already ready?

126

Have you used decorators in your work? For what purposes?

125

Mutable and immutable data types in Python. List, tuple, dictionary, int, set, string, bool — which are mutable and which are not?

124

I have a custom handwritten class. I want it to be a dictionary key. What should I do?

124

How are Python variables stored in RAM?

124

Is it possible to add both synchronous (__enter__, __exit__) and asynchronous (__aenter__, __aexit__) context manager methods in one class?

123

We performed EXPLAIN ANALYZE on a query. What could be the problems with the query? How do you approach analysis?

122

How does asynchrony work at the event loop level — why doesn't the thread wait for the operation to complete?

121

What is fine-tuning, when is it needed, can it be done independently, and with what tools?

121

We have a dual-lever database — master and replica. We made a transaction, it went through, data appeared on the master. The power went out on the replica, the server crashed, data did not arrive there. What will happen when the server is restored?

120

How does Kafka outperform Redis Pub/Sub?

120

What is the difference between Kafka and RabbitMQ?

120

A little about OOP. What is the difference (between some OOP concepts)?

119

Can there be two primary keys on one table in PostgreSQL?

117

What is the difference between EXPLAIN and EXPLAIN ANALYZE in PostgreSQL?

117

Are there situations where the complexity of operations with a dictionary will be worse than O(1)?

116

How does the model technically 'call' tools if it simply predicts text?

116
/4