Search found 220 matches

by Mitu9900
Tue Jan 28, 2025 3:23 am
Forum: Big Database
Topic: Oracle: Dirty List
Replies: 0
Views: 31

Oracle: Dirty List

The block size is set during the installation of a database and can be between 2 and 32 kilobytes. Changing the block size is no longer possible after a database has been installed and can only be done by reinstalling it. The default block size is 8 KB.

The block size should be set depending on the ...
by Mitu9900
Mon Jan 27, 2025 10:34 am
Forum: Big Database
Topic: Phase 5: Scale
Replies: 0
Views: 20

Phase 5: Scale

If your startup's next step would be to optimize your sales funnel, at the content level, this is the phase of analyzing what's working . Start by looking at a couple of indicators such as unique visitors and subscribers and leads captured and try to understand what content works and why it works ...
by Mitu9900
Mon Jan 27, 2025 10:22 am
Forum: Big Database
Topic: 4 steps to do Inbound Marketing if you are a small business
Replies: 0
Views: 24

4 steps to do Inbound Marketing if you are a small business

Nowadays, few people swallow all the TV commercials or read the leaflets handed out to them on the street. This is known as traditional marketing or ' outbound marketing ', which interrupts you to offer you a product.

However, today it is the customer who is in control, as they have the ability to ...
by Mitu9900
Mon Jan 27, 2025 10:11 am
Forum: Big Database
Topic: Using CTAs to improve lead generation
Replies: 0
Views: 22

Using CTAs to improve lead generation

Calls to Action (CTAs) are essential to improve lead generation . We must know the strategic places where to place the CTA. It is best to place them at the end of the posts.

Of course, CTAs cannot be missing from those pages with a large number of visits, or those with a high bounce rate.

CTAs ...
by Mitu9900
Mon Jan 27, 2025 9:59 am
Forum: Big Database
Topic: Photos from the presentation in France «How to convert your web visitors into customers»
Replies: 0
Views: 25

Photos from the presentation in France «How to convert your web visitors into customers»

As we told you, last week we held a meeting with French companies at the Le Mug coworking space in Chambéry (France) to talk about "How to convert your web visitors into customers " .

This new international edition of our workshop was attended by French startups that needed help to:

Capture more ...
by Mitu9900
Mon Jan 27, 2025 9:47 am
Forum: Big Database
Topic: Free E-book: How to Sell to the Modern B2B Buyer
Replies: 0
Views: 33

Free E-book: How to Sell to the Modern B2B Buyer

Those of us who work in B2B environments, that is, our clients are other companies, know that selling to B2B buyers is increasingly complex and that the emergence of new technologies in recent years has forever changed the scenario in which we relate to our potential clients and also the way we do ...
by Mitu9900
Mon Jan 27, 2025 9:33 am
Forum: Big Database
Topic: JDBC Fetch size "deep dive"
Replies: 0
Views: 34

JDBC Fetch size "deep dive"

Until the production release. Then the peace was over: the application server had one out of memory error after another. The code was rolled back and there was an emergency release. The whole thing was unsuccessful and the issue was dead.

How was that possible? How can a moderate value of 80 lead ...
by Mitu9900
Mon Jan 27, 2025 9:17 am
Forum: Big Database
Topic: Requirements for redirecting queries
Replies: 0
Views: 25

Requirements for redirecting queries

In order for the DB2 optimizer to even consider transparently redirecting SELECT statements (query rerouting) to the mirror tables, further requirements must be met:

All tables addressed in the query must have a corresponding mirror table, i.e. mirror tables must also be defined for small, static ...
by Mitu9900
Mon Jan 27, 2025 9:05 am
Forum: Big Database
Topic: Berkeley DB – Embedded transactional database library
Replies: 0
Views: 21

Berkeley DB – Embedded transactional database library

Efficient data management is a central issue in modern application development. The increasing networking of devices (IoT, machine-to-machine communication) defines new requirements in terms of interportability and performance. With Berkeley DB, Oracle offers a tool that allows you to integrate a ...
by Mitu9900
Mon Jan 27, 2025 7:37 am
Forum: Big Database
Topic: The idea behind it is simple:
Replies: 0
Views: 32

The idea behind it is simple:

Automatic big table caching for full table scans
For "Full Table Scan" operations, the Oracle database uses an internal algorithm for use via the buffer cache. If the table is small (SMALL), the buffer cache is used for access. If the table is large (LARGE), however, "direct path reads" are used ...